Remove e2e from the npm pipeline template.

This commit is contained in:
Alex Munoz 2022-09-20 11:42:20 +00:00
parent 70d2464c28
commit 81846720c7

View File

@ -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