소스 검색

one more try for travis

Julius Pfrommer 10 년 전
부모
커밋
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