Skip to content

Commit 5219c14

Browse files
committed
✨ no change, no commit
1 parent f97d6b9 commit 5219c14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ push:
99
git config user.email "[email protected]"
1010
git config user.name "traviscibot"
1111
git commit -am "Sync templates [skip ci]"
12-
git push https://moremoban:${GITHUB_TOKEN}@github.com/moremoban/pypi-mobans HEAD:moban -f
12+
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

Comments
 (0)