diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-11 15:33:28 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-11 15:33:28 +0100 |
commit | 7c604b8770815814ced1d588a681a8b101cde3d3 (patch) | |
tree | 7c7d1f28ab6093b18014eb49132f096a3764b5ba | |
parent | 2ae2a064d1eb66a4baeef1222da5210224d9d39e (diff) | |
download | orchestration-7c604b8770815814ced1d588a681a8b101cde3d3.tar.gz |
Fix not passing system over http
-rw-r--r-- | source/build_complete.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/build_complete.sh b/source/build_complete.sh index c729cd6..fe76c18 100644 --- a/source/build_complete.sh +++ b/source/build_complete.sh @@ -9,4 +9,4 @@ port=9999 user=orchestration passwd=orchestration -../orchenv-master/bin/buildbot --verbose sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" +../orchenv-master/bin/buildbot --verbose sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -p "system":"$1" |