Oops true-->false

This commit is contained in:
Dave 2017-09-05 15:09:11 -05:00 committed by GitHub
parent 5368ea3368
commit 9545f30b99

View File

@ -71,13 +71,10 @@ if [[ $CHANGED_FILES -eq 0 ]]; then
else
ONLYDATECHANGE=false
fi
if [[ $ONLYDATECHANGE == true ]]; then
if [[ $ONLYDATECHANGE == false ]]; then
git add -A .
git commit -m "Travis Deploy: ${SHA}"
else
git diff
git diff --numstat --minimal
git diff --name-only
echo "Only date in spoiler.xml changed, not committing"
fi