Skip to content

Commit

Permalink
Clean up folders
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 491cdc3 commit df6e0eb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scripts/install_buildpack_testing_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,16 @@ BINARY_DIR="./tmp"
SOURCE_PATH="."
BP_DIR=test-buildpack

print::colored_msg "${GREEN}" "Clean up folders"
rm -rf $BP_DIR
mkdir -p $BP_DIR/${BINARY_DIR}; cd $BP_DIR
rm -rf ./bin
rm -rf $BINARY_DIR

mkdir -p $BP_DIR/${BINARY_DIR}
mkdir -p $BINARY_DIR
mkdir -p ./bin

cd $BP_DIR

os=$(util::tools::os)
arch=$(util::tools::arch)
Expand Down

0 comments on commit df6e0eb

Please sign in to comment.