Skip to content

Commit

Permalink
cat buildpack.toml enhanced for meta buildpack
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 86ca29e commit 0730083
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install_buildpack_testing_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
VERSION="v0.1.0"
OS="linux"

echo $PATH
go env
ls -la $HOME/workspace

mkdir "${SOURCE_PATH}"/buildpack
create-package \
--source "${SOURCE_PATH:-.}" \
Expand All @@ -222,4 +226,5 @@ if [ -f "${PACKAGE_FILE}" ]; then
fi

ls -la ${SOURCE_PATH}/buildpack
cat ${SOURCE_PATH}/buildpack/buildpack.toml

0 comments on commit 0730083

Please sign in to comment.