Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
90dd41b500
commit
03ae05df34
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue