summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-01 08:39:32 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-01 08:39:32 +0100
commiteb31831c56761b7d47c21dbf4d322b76272dffea (patch)
tree04f680bac7e1d23bde7e95552ade6ff6abb47ae7
parent0328300fd8a55a036fee7313fb5a207fab6db8f7 (diff)
downloadbuildslave-scripts-eb31831c56761b7d47c21dbf4d322b76272dffea.tar.gz
Debug testing not triggering deploy
-rw-r--r--builder_logic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder_logic.py b/builder_logic.py
index 7a4f248..8b396b8 100644
--- a/builder_logic.py
+++ b/builder_logic.py
@@ -89,6 +89,7 @@ def trigger_deploy(system):
# and we don't want to cause an x86 deployment to happen.
if platform.machine() == 'aarch64': return 0
+ print "trigger_deploy"
url = '%sbuild_complete' % ORCHE_URL
if not system: return 0
payload = {