mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
forget ';fi' as always...
This commit is contained in:
parent
5c6dedd386
commit
1a55b4b91e
|
|
@ -74,4 +74,4 @@ after_success:
|
|||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "documents" ]; then git config user.email "doc@example.com"; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "documents" ]; then git config user.name "Travis-CI"; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "documents" ]; then git commit -a -m "[ci skip] documents update";git push; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "documents" ] && [ "$TRAVIS_BRANCH" = "master" ]; then git push --force --quiet "https://${GITHUB_OAUTH_TOKEN}@github.com/snmsts/roswell.git" master > /dev/null 2>&1
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$METHOD" = "documents" ] && [ "$TRAVIS_BRANCH" = "master" ]; then git push --force --quiet "https://${GITHUB_OAUTH_TOKEN}@github.com/snmsts/roswell.git" master > /dev/null 2>&1; fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue