Skip to content
Snippets Groups Projects
Commit cc9ab9d7 authored by Alex Maras's avatar Alex Maras
Browse files

fix: exit 1 on error

parent 0b39e86d
No related branches found
No related tags found
No related merge requests found
......@@ -35,5 +35,5 @@ verify:plan-job:uploaded-extra-artifact:
exit 0
else
echo 'Error: the extra artifact was not uploaded by the plan job.'
exit 0
exit 1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment