From 5947cb58420c5cf5469a59050b90545bd8a62bc4 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 21 Feb 2024 14:25:58 +0100 Subject: [PATCH] fix(ci): remove reference to removed script from scale release pipeline --- .github/workflows/charts-release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index d68219b17c9..8da0cb186c3 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -276,10 +276,6 @@ jobs: CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }}) ./charttool deps ./charttool buildSCALE - pip install yq - parthreads=$(($(nproc) * 2)) - parallel -j ${parthreads} .github/scripts/build-catalog.sh '2>&1' ::: ${CHARTS[@]} - rm -rf website - name: Commit Catalog if: |