Update deploy.sh

This commit is contained in:
Dave 2018-01-05 22:30:01 -06:00 committed by GitHub
parent 85eb8ae9cc
commit 624b586014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ TARGET_BRANCH="files"
function doCompile {
echo "Running script..."
python main.py dumpXML=True
python main.py
}
# Pull requests and commits to other branches shouldn't try to deploy, just build to verify