Skip to content

Commit

Permalink
🐛(project) fix plugins packaging
Browse files Browse the repository at this point in the history
We need to enforce paths that must persist to the current workspace and
jobs dependencies to ensure that the release will also ship plugins.
  • Loading branch information
jmaupetit committed Dec 6, 2021
1 parent 501d501 commit ac8f650
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- persist_to_workspace:
root: .
paths:
- var/
- var/lib/grafana/dashboards

# Lint Jsonnet sources
lint:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- persist_to_workspace:
root: .
paths:
- var/
- var/lib/grafana/plugins

# Make a new github release
release:
Expand Down Expand Up @@ -235,6 +235,7 @@ workflows:
requires:
- lint
- compile
- plugins
filters:
branches:
only: main
Expand Down

0 comments on commit ac8f650

Please sign in to comment.