Merge branch 'npm-pipeline-update' into 'master'
Npm pipeline update See merge request gilden/ci/gitlab-ci-templates!113
This commit is contained in:
commit
3da8828a94
@ -9,7 +9,6 @@ include:
|
|||||||
- '/templates/npm/npm-build.gitlab-ci.yml'
|
- '/templates/npm/npm-build.gitlab-ci.yml'
|
||||||
- '/templates/npm/npm-verify.gitlab-ci.yml'
|
- '/templates/npm/npm-verify.gitlab-ci.yml'
|
||||||
- '/templates/npm/npm-lint.gitlab-ci.yml'
|
- '/templates/npm/npm-lint.gitlab-ci.yml'
|
||||||
- '/templates/npm/npm-e2e.gitlab-ci.yml'
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
FRONTEND_DIR: ''
|
FRONTEND_DIR: ''
|
||||||
@ -26,6 +25,3 @@ Verify-npm:
|
|||||||
|
|
||||||
Lint-npm:
|
Lint-npm:
|
||||||
extends: .npm-lint
|
extends: .npm-lint
|
||||||
|
|
||||||
E2E-npm:
|
|
||||||
extends: .npm-e2e
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
.npm-e2e:
|
.npm-e2e-playwright:
|
||||||
image: $NODE_E2E_IMAGE
|
image: $NODE_E2E_IMAGE
|
||||||
stage: verify
|
stage: verify
|
||||||
interruptible: true
|
interruptible: true
|
||||||
Loading…
Reference in New Issue
Block a user