fix building release
This commit is contained in:
@@ -140,6 +140,17 @@ jobs:
|
|||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- dependency-cache-go-{{ checksum "go.sum" }}
|
- 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:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: 'make install'
|
command: 'make install'
|
||||||
@@ -153,17 +164,6 @@ jobs:
|
|||||||
paths:
|
paths:
|
||||||
- ./vendor
|
- ./vendor
|
||||||
- /go/pkg/mod
|
- /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:
|
- run:
|
||||||
name: Build plugin for all platforms
|
name: Build plugin for all platforms
|
||||||
command: 'make dist'
|
command: 'make dist'
|
||||||
|
|||||||
Reference in New Issue
Block a user