From ac8f650e8ca77d0b2819bfb658ced216f8b3945b Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Mon, 6 Dec 2021 16:25:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(project)=20fix=20plugins=20packagi?= =?UTF-8?q?ng?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We need to enforce paths that must persist to the current workspace and jobs dependencies to ensure that the release will also ship plugins. --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b83db9..a81d8c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -79,7 +79,7 @@ jobs: - persist_to_workspace: root: . paths: - - var/ + - var/lib/grafana/dashboards # Lint Jsonnet sources lint: @@ -120,7 +120,7 @@ jobs: - persist_to_workspace: root: . paths: - - var/ + - var/lib/grafana/plugins # Make a new github release release: @@ -235,6 +235,7 @@ workflows: requires: - lint - compile + - plugins filters: branches: only: main