summaryrefslogtreecommitdiff
path: root/source/deploy_complete.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/deploy_complete.sh')
-rw-r--r--source/deploy_complete.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/deploy_complete.sh b/source/deploy_complete.sh
deleted file mode 100644
index a66b7a7..0000000
--- a/source/deploy_complete.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# this will run once ybd has finished a build
-set -ex
-
-category=postdeploy
-
-IP=127.0.0.1
-port=9999
-user=orchestration
-passwd=orchestration
-
-../orchenv-master/bin/buildbot --verbose sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -p "artefact":"$1" -p "testing_sha":"$2"