Update .gitlab-ci.yml file
This commit is contained in:
@@ -10,6 +10,8 @@ merge:build:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
|
- cp example.env.local .env.local
|
||||||
|
- cp example.env.local .env.test
|
||||||
only:
|
only:
|
||||||
- merge_requests
|
- merge_requests
|
||||||
artifacts:
|
artifacts:
|
||||||
@@ -50,6 +52,8 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
|
- cp example.env.local .env.local
|
||||||
|
- cp example.env.local .env.test
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
- main
|
- main
|
||||||
|
|||||||
Reference in New Issue
Block a user