Skip to content

Commit

Permalink
Removing the command to continue
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Sep 5, 2024
1 parent 3a1027b commit 331257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_buildpack_testing_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ cat ${SOURCE_PATH}/images.json | jq -c '.images[]' | while read -r image; do
--run-output "${STACK_DIR}/${OUTPUT_DIR}/run.oci"
)
echo "jam create-stack \"${args[@]}\""
jam create-stack "${args[@]}" || echo "The command failed !!!!"
jam create-stack "${args[@]}" #|| echo "The command failed !!!!"
trap 'err $LINENO' ERR
done
cd ..
Expand Down

0 comments on commit 331257e

Please sign in to comment.