Skip to content

Commit 736526e

Browse files
committed
checkout ci tools to path
1 parent 1417fc8 commit 736526e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_extension_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,12 @@ jobs:
6666
with:
6767
repository: 'duckdb/extension-ci-tools'
6868
ref: ${{ inputs.ci_tools_version }}
69+
path: extension-ci-tools
6970
fetch-depth: 0
7071

7172
- id: parse-matrices
7273
run: |
73-
python3 ./scripts/modify_distribution_matrix.py --input ./config/distribution_matrix.json --deploy_matrix --output deploy_matrix.json --exclude "${{ inputs.exclude_archs }}" --pretty
74+
python3 ./extension-ci-tools/scripts/modify_distribution_matrix.py --input ./extension-ci-tools/config/distribution_matrix.json --deploy_matrix --output deploy_matrix.json --exclude "${{ inputs.exclude_archs }}" --pretty
7475
deploy_matrix="`cat deploy_matrix.json`"
7576
echo deploy_matrix=$deploy_matrix >> $GITHUB_OUTPUT
7677
echo `cat $GITHUB_OUTPUT`

0 commit comments

Comments
 (0)