Skip to content

Commit

Permalink
Add title to cat the files
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Aug 30, 2024
1 parent 59fa26f commit 6e57ecb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/install_buildpack_testing_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,11 @@ fi

# create-package puts the buildpack here, we need to run from that directory
cd "${COMPILED_BUILDPACK}"
#ls -la ${SOURCE_PATH}/buildpack

print::colored_msg "${CYAN}" "Show buildpack.toml content for java buildpack"
cat buildpack.toml

print::colored_msg "${CYAN}" "Show buildpack.toml content for java buildpack"
cat package.toml

export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
Expand Down

0 comments on commit 6e57ecb

Please sign in to comment.