Update .gitlab-ci.yml
This commit is contained in:
parent
30a908b56d
commit
bed37646f9
@ -33,11 +33,13 @@ stages:
|
|||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
stage: test
|
||||||
script:
|
script:
|
||||||
- yarn
|
- yarn
|
||||||
- npm run unit
|
- npm run unit
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
stage: build
|
||||||
script:
|
script:
|
||||||
- yarn
|
- yarn
|
||||||
- npm run build
|
- npm run build
|
||||||
@ -46,6 +48,7 @@ build:
|
|||||||
- dist/
|
- dist/
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
stage: deploy
|
||||||
environment: dev
|
environment: dev
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
|
Loading…
Reference in New Issue
Block a user