Updated repo cleanup

This commit is contained in:
Xawotihs
2016-06-25 22:53:18 +02:00
committed by GitHub
parent 8a56406c19
commit 755f90f38b

View File

@@ -18,7 +18,7 @@ git remote set-url origin "https://${GH_TOKEN}@github.com/WagicProject/wagic.git
git clone $REPO out
cd out
git checkout $TARGET_BRANCH || git checkout --orphan $TARGET_BRANCH
rm -rf **/* || exit 0
rm -rf * || exit 0
## Move emscripten files in the out directory
mv ../build_emscripten/bin/wagic.html index.html