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

Merge branch 'fix/release-with-custom-ca' into 'main'

Use custom SSL certificate for the release job

See merge request components/opentofu!240
parents d498063e b7860443
No related branches found
No related tags found
No related merge requests found
...@@ -383,6 +383,7 @@ gitlab-opentofu-image:verify-signature: ...@@ -383,6 +383,7 @@ gitlab-opentofu-image:verify-signature:
stage: release stage: release
image: registry.gitlab.com/gitlab-org/release-cli:v0.21.0 image: registry.gitlab.com/gitlab-org/release-cli:v0.21.0
before_script: before_script:
- *install-custom-ca-alpine
- apk add --update yq envsubst - apk add --update yq envsubst
script: script:
- echo "Creating release $RELEASE_TAG_NAME" - echo "Creating release $RELEASE_TAG_NAME"
......
...@@ -554,6 +554,7 @@ certificate needs to be in the PEM format. Currently the certificate is applied ...@@ -554,6 +554,7 @@ certificate needs to be in the PEM format. Currently the certificate is applied
- `gitlab-opentofu-image:build` - `gitlab-opentofu-image:build`
- `gitlab-opentofu-image:deploy` - `gitlab-opentofu-image:deploy`
- `gitlab-opentofu-image:verify-signature` - `gitlab-opentofu-image:verify-signature`
- `release:base`
## Migrating from the Terraform CI/CD templates ## Migrating from the Terraform CI/CD templates
......
...@@ -628,6 +628,7 @@ certificate needs to be in the PEM format. Currently the certificate is applied ...@@ -628,6 +628,7 @@ certificate needs to be in the PEM format. Currently the certificate is applied
- `gitlab-opentofu-image:build` - `gitlab-opentofu-image:build`
- `gitlab-opentofu-image:deploy` - `gitlab-opentofu-image:deploy`
- `gitlab-opentofu-image:verify-signature` - `gitlab-opentofu-image:verify-signature`
- `release:base`
## Migrating from the Terraform CI/CD templates ## Migrating from the Terraform CI/CD templates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment