diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-11 16:24:36 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-11 16:26:08 +0100 |
commit | beb04bb988af41dd449e42edabb6938bf6a007af (patch) | |
tree | da3bd1c0d852414ce15c0011918879754cfe5fd8 /source/deploy_complete.sh | |
parent | 7c604b8770815814ced1d588a681a8b101cde3d3 (diff) | |
download | orchestration-beb04bb988af41dd449e42edabb6938bf6a007af.tar.gz |
Add deploy complete method
Diffstat (limited to 'source/deploy_complete.sh')
-rw-r--r-- | source/deploy_complete.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source/deploy_complete.sh b/source/deploy_complete.sh new file mode 100644 index 0000000..036778b --- /dev/null +++ b/source/deploy_complete.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# this will run once ybd has finished a build +set -e + +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" |