GitLab CI: move build-production to test step
This commit is contained in:
@ -13,7 +13,6 @@ cache:
|
|||||||
stages:
|
stages:
|
||||||
- deps
|
- deps
|
||||||
- test
|
- test
|
||||||
- build
|
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
@ -64,13 +63,13 @@ nginx-test:
|
|||||||
- "installation/mastodon.conf"
|
- "installation/mastodon.conf"
|
||||||
|
|
||||||
build-production:
|
build-production:
|
||||||
stage: build
|
stage: test
|
||||||
script: yarn build
|
script: yarn build
|
||||||
variables:
|
variables:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- static
|
- static
|
||||||
|
|
||||||
docs-deploy:
|
docs-deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user