Explorar el Código

fix of coverity-push

Stasik0 hace 9 años
padre
commit
6eb7439b6d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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