Use ci-scripts

This commit is contained in:
CosmicAlpha 2023-07-08 10:38:20 -06:00 committed by GitHub
parent 1ac24116bf
commit 66c441c7c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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