CFE-1 edit .gitlab-ci.yml

This commit is contained in:
2023-10-25 13:26:44 +03:30
parent 8ee736f278
commit fbd125b91d

View File

@@ -44,17 +44,17 @@ merge:test:lint:
- .env.local - .env.local
- .env.test - .env.test
merge:test:build: #merge:test:build:
stage: test:build # stage: test:build
script: # script:
- npm run build # - npm run build
only: # only:
- merge_requests # - merge_requests
artifacts: # artifacts:
paths: # paths:
- node_modules # - node_modules
- .env.local # - .env.local
- .env.test # - .env.test
build: build:
stage: build stage: build
@@ -97,18 +97,18 @@ test:lint:
- .env.local - .env.local
- .env.test - .env.test
test:build: #test:build:
stage: test:build # stage: test:build
script: # script:
- npm run build # - npm run build
only: # only:
- develop # - develop
- main # - main
artifacts: # artifacts:
paths: # paths:
- node_modules # - node_modules
- .env.local # - .env.local
- .env.test # - .env.test
deploy: deploy:
stage: deploy stage: deploy