fix(ci): remove reference to removed script from scale release pipeline

This commit is contained in:
Kjeld Schouten
2024-02-21 14:25:58 +01:00
parent e010ea6fea
commit 5947cb5842
-4
View File
@@ -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: |