From 5fc0f5df79be0bea631150444bc3ba39642c92a3 Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Sat, 21 Oct 2023 12:41:35 +0330 Subject: [PATCH] CFE-26 remove stage test:build from .gitlab-ci.yml --- .gitlab-ci.yml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27bf1b1..fd06551 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,17 +44,17 @@ merge:test:lint: - .env.local - .env.test -merge:test:build: - stage: test:build - script: - - npm run build - only: - - merge_requests - artifacts: - paths: - - node_modules - - .env.local - - .env.test +#merge:test:build: +# stage: test:build +# script: +# - npm run build +# only: +# - merge_requests +# artifacts: +# paths: +# - node_modules +# - .env.local +# - .env.test build: stage: build @@ -97,18 +97,18 @@ test:lint: - .env.local - .env.test -test:build: - stage: test:build - script: - - npm run build - only: - - develop - - main - artifacts: - paths: - - node_modules - - .env.local - - .env.test +#test:build: +# stage: test:build +# script: +# - npm run build +# only: +# - develop +# - main +# artifacts: +# paths: +# - node_modules +# - .env.local +# - .env.test deploy: stage: deploy