From 12818a9a9661ba1608ca297688924654cd5962f1 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 24 May 2024 17:38:20 +0200 Subject: [PATCH] fix(ci): remove go-yq and pre-commit install steps Signed-off-by: Kjeld Schouten --- .github/workflows/charts-release.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 924acb81013..eda257b71f5 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -28,10 +28,6 @@ jobs: token: ${{ secrets.BOT_TOKEN }} path: helm - - name: Install pre-commit, yamale and yamllint - run: | - pip3 install --no-cache-dir pre-commit - - name: Fix Pre-Commit issues shell: bash run: | @@ -74,10 +70,6 @@ jobs: helmv3 helm: "3.14.0" - - name: Prep go-yq - run: | - wget https://github.com/mikefarah/yq/releases/download/v4.44.1/yq_linux_amd64 -O /usr/local/bin/go-yq && chmod +x /usr/local/bin/go-yq - # Optional step if GPG signing is used - name: Prepare GPG key shell: bash