mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-07-14 13:22:27 +08:00
upload.sh: fix push failed
This commit is contained in:
parent
33b6e6a292
commit
6673e42eff
@ -3,4 +3,4 @@
|
|||||||
git remote set-url origin "https://${GITHUB_USERNAME}:${GITHUB_PASSWORD}@github.com/gaoyifan/china-operator-ip.git"
|
git remote set-url origin "https://${GITHUB_USERNAME}:${GITHUB_PASSWORD}@github.com/gaoyifan/china-operator-ip.git"
|
||||||
git add result
|
git add result
|
||||||
git commit -m "update `date +%Y-%m-%d`"
|
git commit -m "update `date +%Y-%m-%d`"
|
||||||
git push origin ${TRAVIS_BRANCH}
|
git push origin $(git rev-parse HEAD):${TRAVIS_BRANCH}
|
||||||
|
Loading…
Reference in New Issue
Block a user