Skip to content

Commit

Permalink
remove J2 cli from build and deploy steps
Browse files Browse the repository at this point in the history
removes J2 cli from build and deploy steps as the image has this baked in now
  • Loading branch information
BrandtH22 committed Dec 18, 2023
1 parent 604c80b commit 0c52b64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
secret/data/pub-metrics-eks/rds/blocks-read-user username | BLOCK_METRICS_USER;
secret/data/pub-metrics-eks/rds/blocks-read-user password | BLOCK_METRICS_PASSWORD;
- name: Install J2-CLI
run: pip3 install j2cli

- name: Template grafana configs
run: |
j2 templates/datasources.yaml.j2 -o helm/pub-metrics-grafana/datasources
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
secret/data/pub-metrics-eks/rds/blocks-read-user username | BLOCK_METRICS_USER;
secret/data/pub-metrics-eks/rds/blocks-read-user password | BLOCK_METRICS_PASSWORD;
- name: Install J2-CLI
run: pip3 install j2cli

- name: Template grafana configs
run: |
j2 templates/datasources.yaml.j2 -o helm/pub-metrics-grafana/datasources
Expand Down

0 comments on commit 0c52b64

Please sign in to comment.