Skip to content

Commit 7f049a9

Browse files
marschatthaCopilot
andauthored
Fix skip_errors behaviour on final eval (#17)
* Fix skip_errors behaviour on final eval * Update src/scripts/publish Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent cf3b895 commit 7f049a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scripts/publish

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,6 @@ echo "Running: $redacted_command"
111111

112112
# Execute the command
113113
eval "$command"
114+
if [ "$PARAM_SKIP_ERRORS" = "true" ]; then
115+
exit 0
116+
fi

0 commit comments

Comments
 (0)