|
@@ -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
|