mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-24 15:07:48 -05:00
Oops true-->false
This commit is contained in:
parent
5368ea3368
commit
9545f30b99
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user