mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 23:21:04 +00:00
Ignore commit failures due to no changes being made (#912)
This commit is contained in:
parent
a4193553e2
commit
c2b5eb291a
1 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ cd out
|
|||
git add .
|
||||
git config user.name "Travis CI"
|
||||
git config user.email "$COMMIT_AUTHOR_EMAIL"
|
||||
git commit -m "Docs build: ${SHA}"
|
||||
git commit -m "Docs build: ${SHA}" || true
|
||||
git push $SSH_REPO $TARGET_BRANCH
|
||||
|
||||
# Clean up...
|
||||
|
|
@ -86,5 +86,5 @@ cd out
|
|||
git add .
|
||||
git config user.name "Travis CI"
|
||||
git config user.email "$COMMIT_AUTHOR_EMAIL"
|
||||
git commit -m "Webpack build: ${SHA}"
|
||||
git commit -m "Webpack build: ${SHA}" || true
|
||||
git push $SSH_REPO $TARGET_BRANCH
|
||||
|
|
|
|||
Loading…
Reference in a new issue