File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ bosh upload-stemcell bosh-stemcell/*.tgz
3030
3131bosh upload-release " $PWD " /candidate-release/* .tgz
3232
33+ BPM_VERSION=$( bosh int /usr/local/bosh-deployment/bosh.yml --path /releases/name=bpm/version)
34+ bosh upload-release " https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=${BPM_VERSION} "
35+
3336pushd " $PWD /bosh-dns-release"
3437 ./scripts/run-acceptance-tests
3538popd
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ main() {
2929 bosh upload-stemcell $stemcell_path
3030 bosh upload-release $bosh_dns_release_tarball
3131
32+ local bpm_version
33+ bpm_version=$( bosh int " ${bosh_deployment_repo} /bosh.yml" --path /releases/name=bpm/version)
34+ bosh upload-release " https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=${bpm_version} "
35+
3236 bosh -n deploy -d docker deployments/docker.yml \
3337 -l vars/docker-vars.yml \
3438 -v director_ip=$( echo $BOSH_ENVIRONMENT | sed ' s#https://##g' | sed ' s#:.*##g' ) \
You can’t perform that action at this time.
0 commit comments