From 80f11db6a83dad48ad63f033d9979e14efd86d38 Mon Sep 17 00:00:00 2001 From: tritoch Date: Mon, 12 Jun 2017 08:38:37 -0500 Subject: [PATCH] Travis build push, not pull --- deploy.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index a5e8af97..32ea5431 100644 --- a/deploy.sh +++ b/deploy.sh @@ -31,7 +31,12 @@ cd .. rm -rf out/**/* || exit 0 # Run our compile script -doCompile +# doCompile + +# Build pushes, not pulls. +if [ "${ghToken:-false}" != "false" ]; then + doCompile +fi # Now let's go have some fun with the cloned repo cd out