disable e2e pipeline

This commit is contained in:
andrusyakka
2023-09-11 18:52:25 +03:00
parent 14424c541c
commit c986e312fe

View File

@@ -3,15 +3,15 @@ include:
ref: main ref: main
file: '/templates/microservice.yaml' file: '/templates/microservice.yaml'
e2e-dev: #e2e-dev:
image: node:18.10.0 # image: node:18.10.0
stage: deploy # stage: deploy
dependencies: # dependencies:
- deploy-dev # - deploy-dev
only: # only:
- master # - master
services: # services:
- selenium/standalone-chrome # - selenium/standalone-chrome
script: # script:
- npm ci # - npm ci
- npm run test:e2e --host=selenium__standalone-chrome --baseUrl=https://astra-dev.dopcore.com # - npm run test:e2e --host=selenium__standalone-chrome --baseUrl=https://astra-dev.dopcore.com