Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Oct 17, 2024
1 parent 1e59966 commit 1d03d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/4.6.x-dev/prepare_project_edition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo "- PROJECT_BUILD_DIR=${PROJECT_BUILD_DIR}"
echo "- DEPENDENCY_PACKAGE_NAME=${DEPENDENCY_PACKAGE_NAME}"

# Go to main project dir
mkdir -p $PROJECT_BUILD_DIR && cd $PROJECT_BUILD_DIR
mkdir -p $PROJECT_BUILD_DIR && cd $PROJECT_BUILD_DIR && ls -A1 | xargs rm -rf

# Create container to install dependencies
RANDOM_SUFFIX=$(echo $RANDOM | base64 | head -c 6; echo)
Expand Down

0 comments on commit 1d03d01

Please sign in to comment.