Browse Source

one more try for travis

Julius Pfrommer 10 years ago
parent
commit
e9950a766f
2 changed files with 2 additions and 4 deletions
  1. 1 2
      tools/.coverity.sh
  2. 1 2
      tools/.deployDoxygen.sh

+ 1 - 2
tools/.coverity.sh

@@ -5,8 +5,7 @@
 # of the day to the coverity scan service
 #
 
-git checkout -t -b coverity_scan origin/coverity_scan
-COMMITS=`git log --since=today.midnight --oneline | wc -l`
+COMMITS=`git log origin/coverity_scan --since=today.midnight --oneline | wc -l`
 git checkout master
 
 if [[ "$COMMITS" -le "1" ]]; then

+ 1 - 2
tools/.deployDoxygen.sh

@@ -5,8 +5,7 @@
 # Doxygen docs to open62541-www
 #
 
-git checkout -t -b coverity_scan origin/coverity_scan
-COMMITS=`git log --since=today.midnight --oneline | wc -l`
+COMMITS=`git log origin/coverity_scan --since=today.midnight --oneline | wc -l`
 git checkout master
 
 if [[ "$COMMITS" -le "1" ]]; then