Skip to content

Commit

Permalink
Removing the workaround
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 cb53a90 commit 87bc05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_buildpack_testing_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ OS="linux"

COMPILED_BUILDPACK="${HOME}/${EXTENSION_DIR}/ubi-java-extension"

print::colored_msg "${YELLOW}" "Workaround: Rename the file extension.toml to buildpack.toml to create the package"
cp ${SOURCE_PATH}/extension.toml ${SOURCE_PATH}/buildpack.toml
#print::colored_msg "${YELLOW}" "Workaround: Rename the file extension.toml to buildpack.toml to create the package"
#cp ${SOURCE_PATH}/extension.toml ${SOURCE_PATH}/buildpack.toml

create-package \
--source "${SOURCE_PATH}" \
Expand Down

0 comments on commit 87bc05b

Please sign in to comment.