Don't pre-create build path

This commit is contained in:
Webber 2020-01-09 22:04:49 +01:00 committed by Webber Takken
parent 298c667fc0
commit c7d65987f5

View File

@ -108,9 +108,9 @@ echo "# Current build dir #"
echo "###########################"
echo ""
echo "Creating \"$CURRENT_BUILD_FULL_PATH\" if it does not exist."
mkdir -p $CURRENT_BUILD_FULL_PATH
ls -alh $CURRENT_BUILD_FULL_PATH
#echo "Creating \"$CURRENT_BUILD_FULL_PATH\" if it does not exist."
#mkdir -p $CURRENT_BUILD_FULL_PATH
#ls -alh $CURRENT_BUILD_FULL_PATH
echo ""
echo "###########################"