ソースを参照

one more time..

Julius Pfrommer 10 年 前
コミット
86b3307960
共有2 個のファイルを変更した2 個の追加4 個の削除を含む
  1. 1 2
      tools/.coverity.sh
  2. 1 2
      tools/.deployDoxygen.sh

+ 1 - 2
tools/.coverity.sh

@@ -5,9 +5,8 @@
 # of the day to the coverity scan service
 # of the day to the coverity scan service
 #
 #
 
 
+git fetch origin coverity_scan
 COMMITS=`git log origin/coverity_scan --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
 if [[ "$COMMITS" -le "1" ]]; then
     #first commit a day - push changes to branch coverity_scan
     #first commit a day - push changes to branch coverity_scan
     git clone -b coverity_scan https://$GITAUTH@github.com/acplt/open62541
     git clone -b coverity_scan https://$GITAUTH@github.com/acplt/open62541

+ 1 - 2
tools/.deployDoxygen.sh

@@ -5,9 +5,8 @@
 # Doxygen docs to open62541-www
 # Doxygen docs to open62541-www
 #
 #
 
 
+git fetch origin coverity_scan
 COMMITS=`git log origin/coverity_scan --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
 if [[ "$COMMITS" -le "1" ]]; then
    git clone --depth=50 -b gh-pages https://$GITAUTH@github.com/acplt/open62541-www
    git clone --depth=50 -b gh-pages https://$GITAUTH@github.com/acplt/open62541-www
    cd open62541-www
    cd open62541-www