From 0c52b6431deba078b477e29b4e71296556fc4e6f Mon Sep 17 00:00:00 2001 From: ClydeWallace22 <48610606+BrandtH22@users.noreply.github.com> Date: Mon, 18 Dec 2023 11:44:17 -0700 Subject: [PATCH] remove J2 cli from build and deploy steps removes J2 cli from build and deploy steps as the image has this baked in now --- .github/workflows/build-deploy.yml | 3 --- .github/workflows/deploy-review.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index d316a4e..c64e21b 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -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 diff --git a/.github/workflows/deploy-review.yml b/.github/workflows/deploy-review.yml index e065c5b..6fa2514 100644 --- a/.github/workflows/deploy-review.yml +++ b/.github/workflows/deploy-review.yml @@ -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