Revert changes for .circleci/deploy.sh from #166

This commit is contained in:
Roman Yurchak 2018-09-16 20:02:54 +02:00
parent 2ca008bb24
commit 386caadf05
1 changed files with 1 additions and 5 deletions

View File

@ -7,11 +7,7 @@ git checkout --orphan tmp
git add * git add *
git config --global user.email "deploybot@nowhere.com" git config --global user.email "deploybot@nowhere.com"
git config --global user.name "Deploybot" git config --global user.name "Deploybot"
git commit -m << END git commit -m "Deployed from Circle-CI $CIRCLE_BUILD_NUM"
Deployed from Circle-CI $CIRCLE_BUILD_NUM
Version $(git describe --tags --always)
END
git checkout master git checkout master
git reset --hard tmp git reset --hard tmp
git push origin -f master git push origin -f master