mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-07 21:21:55 +00:00
better error message
This commit is contained in:
@@ -14,7 +14,9 @@ if ! gh pr checkout $pr_num -b "pr/$pr_num"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if ! utils/assemble.sh $label; then
|
if ! utils/assemble.sh $label; then
|
||||||
|
exitcode=$?
|
||||||
echo "something went wrong, stopping here"
|
echo "something went wrong, stopping here"
|
||||||
|
echo "exit code: $exitcode"
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
echo "All good!"
|
echo "All good!"
|
||||||
|
|||||||
Reference in New Issue
Block a user