summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-16 16:18:25 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-16 16:18:25 +0100
commit3bfb2aeef694b433de010d569c607d954fe16625 (patch)
tree604fef9cc47f70a87ed49d0fe61e23f30697d89b /source
parent04b8fe2ff528c3ab5dcf3d00c48214160c8c879a (diff)
downloadorchestration-3bfb2aeef694b433de010d569c607d954fe16625.tar.gz
Remove early return
Diffstat (limited to 'source')
-rw-r--r--source/bottlerock.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/bottlerock.py b/source/bottlerock.py
index fd49f57..07ea0ef 100644
--- a/source/bottlerock.py
+++ b/source/bottlerock.py
@@ -86,7 +86,6 @@ def deploy_complete():
return HTTPResponse(
status=400,
body="400: An artefact name is required")
- return call_trigger('deploy_complete',artefact)
testing_sha = request.forms.get("testing_sha")
if not testing_sha:
return HTTPResponse(