Fix deploy script

pull/9078/head
zomars 2023-01-23 17:24:47 -07:00
parent 6cec8620cb
commit a4a6660421
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ git clone $BRANCH_TO_CLONE https://$GITHUB_ACCESS_TOKEN@github.com/calcom/cal.co
echo "Cloned"
# Ensure the submodule directory exists
mkdir -p $SUBMODULE_PATH
# set up an empty temporary work directory
rm -rf tmp || true # remove the tmp folder if exists
mkdir tmp # create the tmp folder