Skip to content

Commit

Permalink
Exit 0 to avoid failed state
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazoyer committed Nov 15, 2024
1 parent 9abc6c3 commit 1b9992e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ if [ -z "${IMAGE}" ]; then
echo "⚠️ No image defined"

if [ -z "${DEBUG}" ]; then
exit 1
exit 0
else
echo "⚠️ Would 'exit 1' here, but DEBUG is '${DEBUG}'."
echo "⚠️ Would 'exit 0' here, but DEBUG is '${DEBUG}'."
fi
fi

Expand Down

0 comments on commit 1b9992e

Please sign in to comment.