commented out the rm

This commit is contained in:
Dolan
2017-04-17 16:36:56 +01:00
parent 74a65f02fa
commit 96ca9d9c23

View File

@ -28,8 +28,8 @@ git checkout $TARGET_BRANCH || git checkout --orphan $TARGET_BRANCH
cd .. cd ..
# Clean out existing contents # Clean out existing contents
echo "Cleaning out existing contents." # echo "Cleaning out existing contents."
rm -rf docs/* # rm -rf docs/*
# Run our compile script # Run our compile script
doCompile doCompile