Skip to content

Commit

Permalink
Merge pull request #52 from AidanDelaney/trust-builder
Browse files Browse the repository at this point in the history
Trust the build by default
  • Loading branch information
jjbustamante authored Nov 24, 2023
2 parents 3155c35 + 0cddf0d commit a5f67de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/pack-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ create_command() {
echo pack build \
--no-color \
--builder \"${PARAM_BUILDER}\" \
--trust-builder \
$(create_path_flag "${PARAM_PATH}") \
$(create_buildpack_flags "${PARAM_BUILDPACKS}") \
$(create_env_var_flags "${PARAM_ENV_VARS}") \
Expand Down

0 comments on commit a5f67de

Please sign in to comment.