From d6c33705350c526feef7dd4aa0733c615aa3e4da 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 12a6bffeb8..990b1495f0 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"