Skip to content
Snippets Groups Projects
Verified Commit c6b47e6a authored by Dave Long's avatar Dave Long
Browse files

Issue #3399333 by andypost: All Lint jobs should use same default variables

parent f9109dc8
No related branches found
No related tags found
No related merge requests found
......@@ -301,6 +301,7 @@ stages:
<<: [ *with-yarn, *junit-artifacts, *default-job-settings-lint ]
stage: 🪄 Lint
variables:
<<: *default-lint-variables
KUBERNETES_CPU_REQUEST: "2"
script:
- yarn --cwd=./core run -s lint:core-js-passing --format gitlab
......@@ -312,6 +313,7 @@ stages:
<<: [ *with-yarn, *junit-artifacts, *default-job-settings-lint ]
stage: 🪄 Lint
variables:
<<: *default-lint-variables
KUBERNETES_CPU_REQUEST: "2"
script:
- yarn run --cwd=./core lint:css --color --custom-formatter=node_modules/stylelint-formatter-gitlab
......@@ -323,6 +325,7 @@ stages:
<<: [ *with-yarn, *default-job-settings-lint ]
stage: 🪄 Lint
variables:
<<: *default-lint-variables
KUBERNETES_CPU_REQUEST: "2"
script:
- yarn run --cwd=./core build:css --check
......@@ -332,6 +335,7 @@ stages:
<<: [ *with-yarn, *default-job-settings-lint ]
stage: 🪄 Lint
variables:
<<: *default-lint-variables
KUBERNETES_CPU_REQUEST: "2"
script:
- export TARGET_BRANCH=${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}${CI_COMMIT_BRANCH}
......
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