提交 97bb1008 编写于 作者: B beyondgfw

chore: Fix typo

上级 f2100d50
...@@ -12,5 +12,5 @@ after_success: ...@@ -12,5 +12,5 @@ after_success:
- cd master - cd master
- git remote add coding https://$CODING_USER:$CODING_KEY@e.coding.net/scaffrey/hosts.git - git remote add coding https://$CODING_USER:$CODING_KEY@e.coding.net/scaffrey/hosts.git
- git remote add qvqnetwork https://$QVQNETWORK_TOKEN@git.qvq.network/googlehosts/hosts - git remote add qvqnetwork https://$QVQNETWORK_TOKEN@git.qvq.network/googlehosts/hosts
- '[ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "TRAVIS_BRANCH" = "hosts-source" ] && git push coding HEAD:master -f' - '[ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "hosts-source" ] && git push coding HEAD:master -f'
- '[ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "TRAVIS_BRANCH" = "hosts-source" ] && git push qvqnetwork HEAD:master -f' - '[ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "hosts-source" ] && git push qvqnetwork HEAD:master -f'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册