Skip to content
Snippets Groups Projects
Commit cf3d0c05 authored by Pierre Guinoiseau's avatar Pierre Guinoiseau :green_heart:
Browse files

fix: fix YAML lint warning in CI job examples

parent db038945
No related branches found
No related tags found
No related merge requests found
Pipeline #14576275 passed
Loading
Loading
@@ -24,6 +24,6 @@ include:
# and that ASDF is generally working
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/asdf-tool-versions.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: asdf-tool-versions.yml
```
Loading
Loading
@@ -25,6 +25,6 @@ include:
# Runs checkov on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/checkov.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: checkov.yml
```
Loading
Loading
@@ -13,7 +13,7 @@ include:
# validate .editorconfig
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/editorconfig-check.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: "editorconfig-check.yml"
```
 
Loading
Loading
Loading
Loading
@@ -11,6 +11,6 @@ stages:
include:
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/gitlab-scanners.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: 'gitlab-scanners.yml'
```
Loading
Loading
@@ -19,7 +19,7 @@ include:
# Perform `go mod tidy` and ensure that go.mod and go.sum are tidy.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/go-mod-tidy.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: go-mod-tidy.yml
```
## A note on compatibility
Loading
Loading
Loading
Loading
@@ -20,7 +20,7 @@ include:
# Runs Go unit tests
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/go-unittests.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: go-unittests.yml
```
 
Loading
Loading
Loading
Loading
@@ -13,6 +13,6 @@ include:
# Runs golangci-lint on the project.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/golangci-lint.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: 'golangci-lint.yml'
```
Loading
Loading
@@ -78,6 +78,6 @@ include:
# build binary release artifacts with goreleaser
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/goreleaser.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: goreleaser.yml
```
Loading
Loading
@@ -8,7 +8,7 @@ include:
# Includes a base template for running kaniko easily
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md
- project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: 'kaniko.yml'
 
.container_builds:
Loading
Loading
Loading
Loading
@@ -25,7 +25,7 @@ include:
# Upgrades dependencies on a schedule
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/renovate-bot.md
- project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: renovate-bot.yml
```
 
Loading
Loading
Loading
Loading
@@ -11,7 +11,7 @@
".*\\.md$"
],
"matchStrings": [
"ref: (?<currentValue>[^ ]*?) # renovate:managed"
"ref: (?<currentValue>[^ ]*?) +# renovate:managed"
],
"depNameTemplate": "gitlab-com/gl-infra/common-ci-tasks",
"datasourceTemplate": "gitlab-tags"
Loading
Loading
Loading
Loading
@@ -38,6 +38,6 @@ 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: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: 'semantic-release.yml'
```
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: v1.34.1 # renovate:managed
ref: v1.34.1 # 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: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: shfmt.yml
```
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: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: terraform-format.yml
```
Loading
Loading
@@ -22,6 +22,6 @@ 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: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: terraform-validate.yml
```
Loading
Loading
@@ -30,6 +30,6 @@ 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: v1.34.1 # renovate:managed
ref: v1.34.1 # renovate:managed
file: tflint.yml
```
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: v1.34.1 # renovate:managed
ref: v1.34.1 # 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