From d36e42e35f0b897f82a1238c7b77b7b73170f711 Mon Sep 17 00:00:00 2001 From: tritoch Date: Tue, 13 Jun 2017 12:22:24 -0500 Subject: [PATCH] Travis Debug --- deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy.sh b/deploy.sh index ce7818a5..f9613d1d 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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