mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-08-26 03:15:20 -05:00
No empty commits from Travis
This commit is contained in:
@@ -60,7 +60,8 @@ git config user.email "$COMMIT_AUTHOR_EMAIL"
|
||||
# Commit the "changes", i.e. the new version.
|
||||
# The delta will show diffs between new and old versions.
|
||||
git add -A .
|
||||
git commit --allow-empty -m "Deploy to GitHub: ${SHA}"
|
||||
#git commit --allow-empty -m "Deploy to GitHub: ${SHA}"
|
||||
git commit -m "Travis Deploy ${SHA}"
|
||||
|
||||
# Get the deploy key by using Travis's stored variables to decrypt deploy_key.enc
|
||||
ENCRYPTED_KEY_VAR="encrypted_${ENCRYPTION_LABEL}_key"
|
||||
|
||||
Reference in New Issue
Block a user