summaryrefslogtreecommitdiff
path: root/source/deploy_complete.sh
blob: a66b7a7af8f38ab26e78bcf6d4464e53aab7f881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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"