From 6b1067a05a4d1c89ce09945dac164e71b9eac991 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Fri, 13 Nov 2020 13:33:42 +0300 Subject: [PATCH] fix building release --- .circleci/config.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dadb6bbee..10d34cc24 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -140,6 +140,17 @@ jobs: - restore_cache: keys: - dependency-cache-go-{{ checksum "go.sum" }} + - persist_to_workspace: + root: ~/alexanderzobnin/ + paths: + - grafana-zabbix + + package-plugin: + executor: e2e_exec + working_directory: ~/alexanderzobnin/grafana-zabbix + steps: + - attach_workspace: + at: ~/alexanderzobnin - run: name: Install Dependencies command: 'make install' @@ -153,17 +164,6 @@ jobs: paths: - ./vendor - /go/pkg/mod - - persist_to_workspace: - root: ~/alexanderzobnin/ - paths: - - grafana-zabbix - - package-plugin: - executor: e2e_exec - working_directory: ~/alexanderzobnin/grafana-zabbix - steps: - - attach_workspace: - at: ~/alexanderzobnin - run: name: Build plugin for all platforms command: 'make dist'