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

Remove superfluous paren

parent 024deb78
Branches
Tags 0.3.0-alpha9
No related merge requests found
......@@ -175,7 +175,7 @@ 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/)"'
- '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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment