mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-07-01 00:40:25 -05:00
Travis Debug
This commit is contained in:
parent
743a89070f
commit
d36e42e35f
|
|
@ -31,11 +31,11 @@ cd ..
|
|||
rm -rf out/**/* || exit 0
|
||||
|
||||
# Run our compile script
|
||||
doCompile
|
||||
#doCompile
|
||||
|
||||
# Don't push to our branch for PRs.
|
||||
if [ "${ghToken:-false}" == "false" ]; then
|
||||
exit 0
|
||||
if [ "${ghToken:-false}" != "false" ]; then
|
||||
doCompile
|
||||
fi
|
||||
|
||||
# Now let's go have some fun with the cloned repo
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user