소스 검색

enable coverity for manual travis build triggering

Julius Pfrommer 10 년 전
부모
커밋
55df06aedc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/.coverity.sh

+ 1 - 1
tools/.coverity.sh

@@ -7,7 +7,7 @@
 
 COMMITS=`git log --since=today.midnight | grep commit | wc -l`
 
-if [[ "$COMMITS" == "1" ]]; then
+if [[ "$COMMITS" -le "1" ]]; then
     #first commit a day - push changes to branch coverity_scan
     git clone -b coverity_scan https://$GITAUTH@github.com/acplt/open62541
     cd open62541