Skip to content

Commit

Permalink
automation: grafana dashboard deployment requires go-jsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 12, 2024
1 parent 191204b commit 914989a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-grafana-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ jobs:
- name: Install deployer
run: |
python3 -m pip install --editable .
sudo apt install jsonnet
- name: Install jsonnet (go-jsonnet)
run: |
JSONNET_VERSION=0.20.0
wget -qO- https://github.com/google/go-jsonnet/releases/download/v${JSONNET_VERSION}/go-jsonnet_${JSONNET_VERSION}_Linux_x86_64.tar.gz \
| tar -xvz --one-top-level=$HOME/.local/bin
- name: Install sops
uses: mdgreenwald/[email protected]
Expand Down

0 comments on commit 914989a

Please sign in to comment.