From fbd125b91d40c86167ff046f626002edde5f152f Mon Sep 17 00:00:00 2001 From: mohammad Date: Wed, 25 Oct 2023 13:26:44 +0330 Subject: [PATCH] CFE-1 edit .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