From 6480752ede904400d344634244d50086abb91c8d Mon Sep 17 00:00:00 2001 From: Zach Halpern Date: Fri, 21 Dec 2018 16:11:15 -0500 Subject: [PATCH] depoy text --- .ci/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/deploy.sh b/.ci/deploy.sh index ea4a9257..f7dbcc05 100644 --- a/.ci/deploy.sh +++ b/.ci/deploy.sh @@ -6,7 +6,8 @@ TARGET_BRANCH="files" function doCompile { echo "Running script..." - python main.py dumpXML=True + python3 --version + python3 main.py dumpXML=True } # Pull requests and commits to other branches shouldn't try to deploy, just build to verify