Replace build directory completely (#3748)

This commit is contained in:
Jaco Greeff 2016-12-08 15:39:27 +01:00 committed by GitHub
parent fb80cf6190
commit 328db0c124
2 changed files with 4 additions and 4 deletions

View File

@ -38,10 +38,10 @@ mv build ../build.new
git add . git add .
git commit -m "$UTCDATE [update]" git commit -m "$UTCDATE [update]"
git merge origin/$BRANCH -X ours --commit -m "$UTCDATE [merge]" git merge origin/$BRANCH -X ours --commit -m "$UTCDATE [merge]"
git rm build/* git rm -r build
rm -rf build
git commit -m "$UTCDATE [cleanup]" git commit -m "$UTCDATE [cleanup]"
mv -f ../build.new/* build/ mv ../build.new build
rm -rf ../build.new
git add . git add .
git commit -m "$UTCDATE [release]" git commit -m "$UTCDATE [release]"

View File

@ -1 +1 @@
// test script 3 // test script 4