better error message

This commit is contained in:
Armin Briegel
2022-11-18 11:20:17 +01:00
parent bc4a612e15
commit fc33d2aaff

View File

@@ -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!"