From a0d57ee8d1e07756bf7248411fdf00536368df52 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Wed, 2 Sep 2020 11:45:19 +0300 Subject: [PATCH] CI: fix missing package job --- .circleci/config.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3428bdd..fd5b739 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -181,9 +181,9 @@ jobs: command: yarn grafana-toolkit plugin:ci-package no_output_timeout: 15m - persist_to_workspace: - root: ~/alexanderzobnin/grafana-zabbix + root: ~/alexanderzobnin/ paths: - - ci/packages + - grafana-zabbix - store_artifacts: path: ci/packages @@ -194,7 +194,7 @@ jobs: environment: steps: - attach_workspace: - at: ~/alexanderzobnin/grafana-zabbix + at: ~/alexanderzobnin - run: name: Prepare assets command: mv ci/packages/* ./ @@ -323,10 +323,14 @@ workflows: - lint - test filters: *filter-only-release - - make-github-release: + - package-plugin: requires: - get-plugin filters: *filter-only-release + - make-github-release: + requires: + - package-plugin + filters: *filter-only-release build-docs: jobs: