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
No related merge requests found
...@@ -175,7 +175,7 @@ gitlab-opentofu-image:deploy:latest: ...@@ -175,7 +175,7 @@ gitlab-opentofu-image:deploy:latest:
- echo "Creating release $CI_COMMIT_TAG" - 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) - 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 | sort | sed -E "s/(\(digest: .*\))/\n - \1/)"' - 'AVAILABLE_IMAGES=$(cat image*.txt | sort | sed -E "s/(\(digest: .*\))/\n - \1/"'
- export AVAILABLE_IMAGES - export AVAILABLE_IMAGES
- cat .gitlab/release-template.md | envsubst > release-notes.md - 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