Selaa lähdekoodia

fix of coverity-push

Stasik0 9 vuotta sitten
vanhempi
commit
6eb7439b6d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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