Skip to content
Snippets Groups Projects
Unverified Commit b7d3cc18 authored by Timo Furrer's avatar Timo Furrer
Browse files

Export variables necessary for release notes

parent b5400ed8
No related branches found
No related tags found
No related merge requests found
...@@ -176,6 +176,7 @@ gitlab-opentofu-image:deploy:latest: ...@@ -176,6 +176,7 @@ gitlab-opentofu-image:deploy:latest:
- AVAILABLE_OPENTOFU_VERSIONS=$(yq -r '.spec.inputs.opentofu_version.options | filter((. | test("\$.*")) == false) | .[] | "- [`" + . + "`](https://github.com/opentofu/opentofu/releases/tag/v" + . + ")"' templates/full-pipeline.yml) - AVAILABLE_OPENTOFU_VERSIONS=$(yq -r '.spec.inputs.opentofu_version.options | filter((. | test("\$.*")) == false) | .[] | "- [`" + . + "`](https://github.com/opentofu/opentofu/releases/tag/v" + . + ")"' templates/full-pipeline.yml)
- export AVAILABLE_OPENTOFU_VERSIONS - export AVAILABLE_OPENTOFU_VERSIONS
- AVAILABLE_IMAGES=$(cat image*.txt) - AVAILABLE_IMAGES=$(cat image*.txt)
- export AVAILABLE_IMAGES
- cat .gitlab/release-template.md | envsubst > release-notes.md - cat .gitlab/release-template.md | envsubst > release-notes.md
# create-release:dry-run: # create-release:dry-run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment