diff --git a/ci/tasks/shipit.sh b/ci/tasks/shipit.sh index 7f5e78b9..36f15a40 100755 --- a/ci/tasks/shipit.sh +++ b/ci/tasks/shipit.sh @@ -10,6 +10,8 @@ echo "GCP v${VERSION}" > release/name export IMAGE_VERSION=$(cat omg-src-develop/src/omg-cli/templates/assets/opsman-image | cut -d- -f5) -spruce json omg-src-develop/src/omg-cli/templates/assets/deployment.yml \ +path="omg-src-develop/src/omg-cli" + +bosh int ${path}/templates/assets/deployment.yml -o ${path}/templates/assets/options/healthwatch.yml | spruce json \ | jq -r '.tiles | map("- \(.name)/\(.version) (\(.stemcell.product_slug | split("-") | .[-1])/\(.stemcell.release_version))") | .[]' > release/notes.md echo "- ops-manager/${IMAGE_VERSION}" >> release/notes.md