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