Explorar el Código

push 0.2 to coverity_scan without forcing

Julius Pfrommer hace 8 años
padre
commit
af362f0a2a
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

@@ -6,7 +6,7 @@ set -ev
 
 COMMITS=`git log --oneline --since=today.midnight | wc -l`
 if [ "$COMMITS" -le 1 ]; then
-    git push --force https://$GITAUTH@github.com/open62541/open62541 coverity_scan
+    git push https://$GITAUTH@github.com/open62541/open62541 0.2:coverity_scan
 else
     echo "Not the first commit of the day - no push to coverity required"
 fi