Skip to content

Commit

Permalink
fix: build exit status
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Oct 7, 2024
1 parent e967561 commit 47ccd45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/contrib/jobs/build/use.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ runs:
exit $status
fi
fi
{{ else }}
if [ "$status" -ne 0 ]; then
exit $status
fi
{{ end }}
echo "build succeeded."
Expand Down

0 comments on commit 47ccd45

Please sign in to comment.