fix(ci): remove reference to removed script from scale release pipeline
This commit is contained in:
@@ -276,10 +276,6 @@ jobs:
|
|||||||
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
|
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
|
||||||
./charttool deps
|
./charttool deps
|
||||||
./charttool buildSCALE
|
./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
|
- name: Commit Catalog
|
||||||
if: |
|
if: |
|
||||||
|
|||||||
Reference in New Issue
Block a user