mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-08-09 04:36:50 -05:00
Update deploy.sh
This commit is contained in:
parent
9e8c20fd06
commit
fd228f72e0
|
|
@ -66,7 +66,7 @@ if [[ $CHANGED_FILES -eq 0 ]]; then
|
|||
for CHANGED_FILE in `git diff --name-only`; do
|
||||
if ! [[ $CHANGED_FILE =~ "spoiler.xml" ]]; then
|
||||
ONLYDATECHANGE=false
|
||||
fi
|
||||
fi
|
||||
done
|
||||
else
|
||||
ONLYDATECHANGE=false
|
||||
|
|
@ -75,7 +75,7 @@ if [[ $ONLYDATECHANGE == true ]]; then
|
|||
git add -A .
|
||||
git commit -m "Travis Deploy: ${SHA}"
|
||||
else
|
||||
echo "Only date in spoiler.xml changed, not committing
|
||||
echo "Only date in spoiler.xml changed, not committing"
|
||||
fi
|
||||
|
||||
# Get the deploy key by using Travis's stored variables to decrypt deploy_key.enc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user