Skip to content
Snippets Groups Projects
Commit 4c4d74a8 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent a9e7c680
No related branches found
No related tags found
No related merge requests found
Pipeline #21872724 passed
Loading
Loading
@@ -77,7 +77,7 @@ Done :tada:
# Analyze commits to determine whether to cut a release
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/semantic-release.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: semantic-release.yml
#inputs:
# stage: release
Loading
Loading
@@ -146,7 +146,7 @@ include:
# Analyze commits to determine whether to cut a release
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/semantic-release.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: 'semantic-release.yml'
inputs:
vault: access_tokens/${VAULT_SECRETS_PATH}/semantic-release/token@ci
Loading
Loading
Loading
Loading
@@ -26,6 +26,6 @@ include:
# standard canonical format
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/shellcheck.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: shellcheck.yml
```
Loading
Loading
@@ -22,6 +22,6 @@ include:
# Ensure that all shell-scripts are formatted according to a
# standard canonical format
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: shfmt.yml
```
Loading
Loading
@@ -26,7 +26,7 @@ include:
# Runs golang standard tests, including tests, goreleaser, golangci-lint and go-mod-tidy
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/golang.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: templates/golang.yml
```
 
Loading
Loading
@@ -42,7 +42,7 @@ include:
# common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: templates/golang.yml
inputs:
validate_stage: test # stage that validation jobs should run in
Loading
Loading
Loading
Loading
@@ -28,7 +28,7 @@ include:
# common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: templates/standard.yml
```
 
Loading
Loading
@@ -44,7 +44,7 @@ include:
# common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: templates/standard.yml
inputs:
validate_stage: test # stage that validation jobs should run in
Loading
Loading
Loading
Loading
@@ -28,7 +28,7 @@ include:
# Runs Terraform validations, including tflint, terraform validate and terraform formatting checks
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/terraform.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: templates/terraform.yml
```
 
Loading
Loading
@@ -44,7 +44,7 @@ include:
# common to all projects using this template library.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: templates/terraform.yml
inputs:
validate_stage: test # stage that validation jobs should run in
Loading
Loading
Loading
Loading
@@ -19,6 +19,6 @@ include:
# Ensures that all terraform files are correctly formatted
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-format.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: terraform-format.yml
```
Loading
Loading
@@ -22,7 +22,7 @@ include:
# Ensures that all terraform files are syntactically valid
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/terraform-validate.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: terraform-validate.yml
```
 
Loading
Loading
Loading
Loading
@@ -30,7 +30,7 @@ include:
# Runs tflint on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/tflint.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: tflint.yml
```
 
Loading
Loading
Loading
Loading
@@ -23,6 +23,6 @@ include:
# Runs yamllint on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/yamllint.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.15.2 # renovate:managed
ref: v2.16.0 # renovate:managed
file: yamllint.yml
```
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