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

Debug

parent 2a5b4014
Branches
Tags 0.3.0 0.3.0-alpha10
No related merge requests found
......@@ -175,7 +175,8 @@ gitlab-opentofu-image:deploy:latest:
- echo "Creating release $CI_COMMIT_TAG"
- 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
- 'AVAILABLE_IMAGES=$(cat image*.txt | sort | sed -E "s/(\(digest: .*\))/\n - \1/"'
- cat image*.txt | sort
- 'AVAILABLE_IMAGES=$(cat image*.txt | sort | sed -E "s/(\(digest: .*\))/\n - \1/")'
- export AVAILABLE_IMAGES
- cat .gitlab/release-template.md | envsubst > release-notes.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment