mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Ignore commit failures due to no changes being made (#912)
This commit is contained in:
committed by
Schuyler Cebulskie
parent
a4193553e2
commit
c2b5eb291a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user