Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…quickstart into HEAD
  • Loading branch information
git committed Apr 7, 2020
2 parents 0834608 + b34f1d1 commit dc3cf4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/tasks/shipit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dc3cf4a

Please sign in to comment.