Skip to content

Commit

Permalink
fixup!chore(github-action): build cnb image - fail late mode - echo
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Sep 30, 2024
1 parent 74612a1 commit d09fe17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-using-cnb-buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ jobs:
if $cmd;then
echo ""
echo "$type failed: retry in verbose mode"
set -x
$cmd_prefix -vvv ${cmd##$cmd_prefix}
echo $cmd_prefix -vvv ${cmd##$cmd_prefix}
exit_status=1
else
echo ""
Expand Down

0 comments on commit d09fe17

Please sign in to comment.