Parcourir la source

fix of coverity-push

Stasik0 il y a 9 ans
Parent
commit
6eb7439b6d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tools/travis/travis_push_coverity.sh

+ 1 - 1
tools/travis/travis_push_coverity.sh

@@ -7,7 +7,7 @@
 
 git fetch origin coverity_scan
 COMMITS=`git log --oneline --since=today.midnight | wc -l`
-if [[ "$COMMITS" -le "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