Julius Pfrommer лет назад: 10
Родитель
Сommit
e9950a766f
2 измененных файлов с 2 добавлено и 4 удалено
  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