Skip to content
Snippets Groups Projects
Unverified Commit d1751b7d authored by Florian Forster's avatar Florian Forster
Browse files

feat(semantic-release): Reference the `semantic_release` environment.

Issue: gitlab-com/gl-infra/common-ci-tasks#15
parent cac1d0f8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,6 +10,8 @@ spec:
default: docker.io
vault:
default: ""
environment:
default: "semantic_release"
---
.semantic_release_base:
stage: $[[ inputs.stage ]]
Loading
Loading
@@ -41,6 +43,9 @@ spec:
Need help? Documentation on the semantic_release CI job can be found at:
https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/semantic-release.md
EOD
environment:
name: $[[ inputs.environment ]]
action: access
# Rules originally copied from runbooks project, but applicable to all
# semantic releases
rules:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment