Travis debug

This commit is contained in:
Dave 2017-09-05 15:03:50 -05:00 committed by GitHub
parent fd228f72e0
commit 5368ea3368

View File

@ -75,6 +75,9 @@ if [[ $ONLYDATECHANGE == true ]]; 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