GitLab CI: move build-production to test step
This commit is contained in:
parent
b798f486d0
commit
91adeca74a
1 changed files with 2 additions and 3 deletions
|
@ -13,7 +13,6 @@ cache:
|
|||
stages:
|
||||
- deps
|
||||
- test
|
||||
- build
|
||||
- deploy
|
||||
|
||||
deps:
|
||||
|
@ -64,7 +63,7 @@ nginx-test:
|
|||
- "installation/mastodon.conf"
|
||||
|
||||
build-production:
|
||||
stage: build
|
||||
stage: test
|
||||
script: yarn build
|
||||
variables:
|
||||
NODE_ENV: production
|
||||
|
|
Loading…
Reference in a new issue