Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fawadasaurus authored Oct 30, 2023
1 parent 462c3c5 commit 6a05b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ output=$(wick registry push "$(basename "$manifest_path")" $tag_flags 2>error.lo

# Check the exit status of the wick command
if [[ $? -ne 0 ]]; then
echo "Error: wick command failed with output:"
cat error.log
echo "Error: wick command failed with output:" >&2
cat error.log >&2
exit 1
fi

Expand Down

0 comments on commit 6a05b4c

Please sign in to comment.