Bladeren bron

Reverting " making sure coverity and doxygen are updated on first successful build on a day"

Stasik0 10 jaren geleden
bovenliggende
commit
fa82eb43d6
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      tools/.coverity.sh
  2. 1 1
      tools/.deployDoxygen.sh

+ 1 - 1
tools/.coverity.sh

@@ -6,7 +6,7 @@
 #
 
 git fetch origin coverity_scan
-COMMITS=`git log --walk-reflogs origin/coverity_scan --oneline --since today.midnight | wc -l`
+COMMITS=`git log --oneline --since today.midnight | wc -l`
 if [[ "$COMMITS" -le "1" ]]; then
     #first commit a day - push changes to branch coverity_scan
     git clone -b coverity_scan https://$GITAUTH@github.com/acplt/open62541

+ 1 - 1
tools/.deployDoxygen.sh

@@ -6,7 +6,7 @@
 #
 
 git fetch origin coverity_scan
-COMMITS=`git log --walk-reflogs origin/coverity_scan --oneline --since today.midnight | wc -l`
+COMMITS=`git log --oneline --since today.midnight | wc -l`
 if [[ "$COMMITS" -le "1" ]]; then
    git clone --depth=50 -b gh-pages https://$GITAUTH@github.com/acplt/open62541-www
    cd open62541-www