Skip to content

Commit

Permalink
fix building release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Nov 13, 2020
1 parent 6b0351c commit 6b1067a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 6b1067a

Please sign in to comment.