mirror of https://github.com/pyodide/pyodide.git
Revert changes for .circleci/deploy.sh from #166
This commit is contained in:
parent
2ca008bb24
commit
386caadf05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue