Commit d9aca16a authored by Stan Hu's avatar Stan Hu

Merge branch 'patch-178' into 'master'

Use yamllint Docker image that is maintained

See merge request gitlab-org/gitlab!36004
parents 5ed0be0f d81716ab
......@@ -4,11 +4,11 @@ lint-ci-gitlab:
extends:
- .default-retry
- .yaml:rules
image: sdesbure/yamllint:latest
image: pipelinecomponents/yamllint:latest
stage: test
needs: []
variables:
LINT_PATHS: .gitlab-ci.yml .gitlab/ci lib/gitlab/ci/templates changelogs
script:
- '[[ ! -d "ee/" ]] || export LINT_PATHS="$LINT_PATHS ee/changelogs"'
- yamllint $LINT_PATHS
- yamllint -f colored $LINT_PATHS
---
title: Set experiementation cookie for GitLab domain only
merge_request:
author:
type: fixed
---
title: Set experiementation cookie for GitLab domain only
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment