From 91adeca74ad7bd6174538dabe4cea8ff8b0ec005 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 25 May 2022 11:15:41 -0400 Subject: [PATCH] GitLab CI: move build-production to test step --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bed1c2b048..9fa27818b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,6 @@ cache: stages: - deps - test - - build - deploy deps: @@ -64,13 +63,13 @@ nginx-test: - "installation/mastodon.conf" build-production: - stage: build + stage: test script: yarn build variables: NODE_ENV: production artifacts: paths: - - static + - static docs-deploy: stage: deploy