diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-05 12:16:26 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-05 12:16:26 +0000 |
commit | 6d29831123c8c806dc75d64e29b7691576cbea7f (patch) | |
tree | 22dd96ccbdafc5d7431d588fae5b93f8a8be211c /.gitlab | |
parent | 1db368abf9d763c99bd5bd1515cdb5aeb2079daa (diff) | |
download | gitlab-ce-6d29831123c8c806dc75d64e29b7691576cbea7f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/ci/yaml.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/yaml.gitlab-ci.yml b/.gitlab/ci/yaml.gitlab-ci.yml index 590593b9d75..218dc0a7859 100644 --- a/.gitlab/ci/yaml.gitlab-ci.yml +++ b/.gitlab/ci/yaml.gitlab-ci.yml @@ -10,4 +10,4 @@ lint-yaml: variables: LINT_PATHS: .gitlab-ci.yml .gitlab/ci lib/gitlab/ci/templates script: - - yamllint -f colored $LINT_PATHS + - yamllint --strict -f colored $LINT_PATHS |