Skip to content

Commit

Permalink
Let collect-manifests record the release version
Browse files Browse the repository at this point in the history
Add the release version to the manifest tarball.

Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe committed Sep 12, 2024
1 parent 154a502 commit ee72e28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/collect-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ walk_overlays() {

walk_overlays

echo "$NNF_VERSION" > "$TREEDIR/manifest-release.txt"

mkdir "$TREEDIR/cert-mgr"
# Wishing for yq(1)...
CERT_URL=$(python3 -c 'import yaml, sys; doc = yaml.safe_load(sys.stdin); x = [tp["url"] for tp in doc["thirdPartyServices"] if tp["name"] == "cert-manager"]; print(x[0])' < config/repositories.yaml)
Expand Down

0 comments on commit ee72e28

Please sign in to comment.