We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3b895 commit 7f049a9Copy full SHA for 7f049a9
src/scripts/publish
@@ -111,3 +111,6 @@ echo "Running: $redacted_command"
111
112
# Execute the command
113
eval "$command"
114
+if [ "$PARAM_SKIP_ERRORS" = "true" ]; then
115
+ exit 0
116
+fi
0 commit comments