From 386caadf05dd983820e06fb14023ded2976b66cf Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Sun, 16 Sep 2018 20:02:54 +0200 Subject: [PATCH] Revert changes for .circleci/deploy.sh from #166 --- .circleci/deploy.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.circleci/deploy.sh b/.circleci/deploy.sh index 06bf44f6c..0596ae6c4 100755 --- a/.circleci/deploy.sh +++ b/.circleci/deploy.sh @@ -7,11 +7,7 @@ git checkout --orphan tmp git add * git config --global user.email "deploybot@nowhere.com" git config --global user.name "Deploybot" -git commit -m << END -Deployed from Circle-CI $CIRCLE_BUILD_NUM - -Version $(git describe --tags --always) -END +git commit -m "Deployed from Circle-CI $CIRCLE_BUILD_NUM" git checkout master git reset --hard tmp git push origin -f master