CI: fix missing package job
This commit is contained in:
@@ -181,9 +181,9 @@ jobs:
|
|||||||
command: yarn grafana-toolkit plugin:ci-package
|
command: yarn grafana-toolkit plugin:ci-package
|
||||||
no_output_timeout: 15m
|
no_output_timeout: 15m
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: ~/alexanderzobnin/grafana-zabbix
|
root: ~/alexanderzobnin/
|
||||||
paths:
|
paths:
|
||||||
- ci/packages
|
- grafana-zabbix
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ci/packages
|
path: ci/packages
|
||||||
|
|
||||||
@@ -194,7 +194,7 @@ jobs:
|
|||||||
environment:
|
environment:
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/alexanderzobnin/grafana-zabbix
|
at: ~/alexanderzobnin
|
||||||
- run:
|
- run:
|
||||||
name: Prepare assets
|
name: Prepare assets
|
||||||
command: mv ci/packages/* ./
|
command: mv ci/packages/* ./
|
||||||
@@ -323,10 +323,14 @@ workflows:
|
|||||||
- lint
|
- lint
|
||||||
- test
|
- test
|
||||||
filters: *filter-only-release
|
filters: *filter-only-release
|
||||||
- make-github-release:
|
- package-plugin:
|
||||||
requires:
|
requires:
|
||||||
- get-plugin
|
- get-plugin
|
||||||
filters: *filter-only-release
|
filters: *filter-only-release
|
||||||
|
- make-github-release:
|
||||||
|
requires:
|
||||||
|
- package-plugin
|
||||||
|
filters: *filter-only-release
|
||||||
|
|
||||||
build-docs:
|
build-docs:
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user