Skip to content

Commit

Permalink
Removing duplicate cd
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 663c305 commit 5c49798
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 @@ -254,7 +254,7 @@ pack -v buildpack package \
cd ..

print::colored_msg "${CYAN}" "Test case:: Build the Quarkus Buildpack image."
cd cd ${BUILDPACK_TEST_DIR}/quarkus
cd ${BUILDPACK_TEST_DIR}/quarkus

# TODO: Grab the version from git tag/ref/etc and pass OS as env var
VERSION="v0.1.0"
Expand Down

0 comments on commit 5c49798

Please sign in to comment.