mirror of
https://github.com/Universal-Omega/DynamicPageList3
synced 2024-11-14 19:30:15 +00:00
Use ci-scripts
This commit is contained in:
parent
1ac24116bf
commit
66c441c7c6
2
.github/workflows/mediawiki-tests.yml
vendored
2
.github/workflows/mediawiki-tests.yml
vendored
|
@ -155,7 +155,7 @@ jobs:
|
||||||
if [ -e .github/workflows/dependencies ] && [ "${{ matrix.stage }}" == 'phan' ]; then
|
if [ -e .github/workflows/dependencies ] && [ "${{ matrix.stage }}" == 'phan' ]; then
|
||||||
cd .github/workflows
|
cd .github/workflows
|
||||||
curl -sL https://raw.githubusercontent.com/wikimedia/integration-config/master/zuul/parameter_functions.py -o pf.py
|
curl -sL https://raw.githubusercontent.com/wikimedia/integration-config/master/zuul/parameter_functions.py -o pf.py
|
||||||
curl -sL https://raw.githubusercontent.com/Universal-Omega/scripts/master/mediawiki/resolve_dependencies.py -o rd.py
|
curl -sL https://raw.githubusercontent.com/WikiForge/ci-scripts/master/mediawiki/resolve_dependencies.py -o rd.py
|
||||||
echo "DEPENDENCIES=$(python3 rd.py)" >> $GITHUB_ENV
|
echo "DEPENDENCIES=$(python3 rd.py)" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue