Remove e2e from the npm pipeline template.
This commit is contained in:
parent
70d2464c28
commit
81846720c7
@ -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
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user