Merge "[DCAE] Remove obsolete components jobs"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 25 Jul 2022 18:01:24 +0000 (18:01 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 25 Jul 2022 18:01:24 +0000 (18:01 +0000)
shell/onap-gerrit-review-wrapper.sh

index ba07fe7..0195b80 100755 (executable)
@@ -32,5 +32,7 @@ rm -Rf /tmp/ogr
 export PATH=$PATH:/tmp/ogr/onap-gerrit-review/bin
 
 # Execute OGR
-onap-gerrit-review -E git pull "https://gerrit.onap.org/r/$GERRIT_PROJECT" "$GERRIT_REFSPEC"
+onap-gerrit-review -S git pull "https://gerrit.onap.org/r/$GERRIT_PROJECT" "$GERRIT_REFSPEC"
+# Use -E flag for non-blocking report
+# onap-gerrit-review -S -E git pull "https://gerrit.onap.org/r/$GERRIT_PROJECT" "$GERRIT_REFSPEC"