From 02cf6230e766c3e148a67e6630e56a3b07c48d76 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Fri, 26 Aug 2022 17:04:59 +0800 Subject: [PATCH] ci: build apps only on shiny server --- .gitlab/ci/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab/ci/build.yml b/.gitlab/ci/build.yml index d16b98d94b..187dafcce2 100644 --- a/.gitlab/ci/build.yml +++ b/.gitlab/ci/build.yml @@ -19,6 +19,10 @@ needs: - job: fast_template_app artifacts: false + tags: + - build + # build only on shiny servers since shiny storage server is at the same location + - shiny artifacts: paths: - "**/build*/size.json"