瀏覽代碼

push 0.2 to coverity_scan without forcing

Julius Pfrommer 8 年之前
父節點
當前提交
af362f0a2a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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