We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97d6b9 commit 5219c14Copy full SHA for 5219c14
Makefile
@@ -9,4 +9,7 @@ push:
9
git config user.email "[email protected]"
10
git config user.name "traviscibot"
11
git commit -am "Sync templates [skip ci]"
12
- git push https://moremoban:${GITHUB_TOKEN}@github.com/moremoban/pypi-mobans HEAD:moban -f
+ if [ $? -eq 0 ]
13
+ then
14
+ git push https://moremoban:${GITHUB_TOKEN}@github.com/moremoban/pypi-mobans HEAD:moban -f
15
+ fi
0 commit comments