fix(yaml_lint): ensure config is within double quote

!21
This commit is contained in:
2023-05-14 13:59:13 +09:30
parent 7ed3f92dd7
commit 3b686a461b
2 changed files with 3 additions and 4 deletions

View File

@ -103,7 +103,7 @@ PyLint:
gilab-ci.yml Lint (python 3.6):
variables:
YAML_LINT_PATH: ".gitlab-ci* ./**/.gitlab-ci*"
YAML_LINT_EXTRA_ARGS: '-d "{ extends: $ROOT_DIR/yaml_lint/.yamllint.yaml, ignore: [website-template/*] }"'
YAML_LINT_EXTRA_ARGS: "{ extends: yaml_lint/.yamllint.yaml, ignore: [website-template/*] }"
extends:
- .yaml_lint_defaults
image: python:3.6-slim