No empty commits from Travis

This commit is contained in:
Dave
2017-09-04 13:49:53 -05:00
committed by GitHub
parent 1b549638dc
commit 01fcaec7c9

View File

@@ -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"