Skip to content

Commit 1417fc8

Browse files
committed
fix: use matrix parse script from ci tools too
1 parent 0dc1388 commit 1417fc8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/_extension_deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ on:
4747
required: false
4848
type: string
4949
default: "./duckdb/scripts/extension-upload-single.sh"
50-
# Override the default matrix parse script with a custom script
51-
matrix_parse_script:
52-
required: false
53-
type: string
54-
default: "./duckdb/scripts/modify_distribution_matrix.py"
5550
repository:
5651
required: false
5752
type: string
@@ -75,7 +70,7 @@ jobs:
7570

7671
- id: parse-matrices
7772
run: |
78-
python3 ${{ inputs.matrix_parse_script }} --input ./config/distribution_matrix.json --deploy_matrix --output deploy_matrix.json --exclude "${{ inputs.exclude_archs }}" --pretty
73+
python3 ./scripts/modify_distribution_matrix.py --input ./config/distribution_matrix.json --deploy_matrix --output deploy_matrix.json --exclude "${{ inputs.exclude_archs }}" --pretty
7974
deploy_matrix="`cat deploy_matrix.json`"
8075
echo deploy_matrix=$deploy_matrix >> $GITHUB_OUTPUT
8176
echo `cat $GITHUB_OUTPUT`

0 commit comments

Comments
 (0)