mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-12-18 11:10:29 +00:00
Ensure PageImages is installed (#139)
This commit is contained in:
parent
55e227971d
commit
7b5746da0b
1
.github/workflows/mediawiki-tests.yml
vendored
1
.github/workflows/mediawiki-tests.yml
vendored
|
@ -195,6 +195,7 @@ jobs:
|
|||
if [ ! -d src ]; then
|
||||
git clone -b "${MEDIAWIKI_VERSION}" --depth 1 https://gerrit.wikimedia.org/r/mediawiki/core src
|
||||
git clone --recurse-submodules -b "${MEDIAWIKI_VERSION}" --depth 1 https://gerrit.wikimedia.org/r/mediawiki/skins/Vector src/skins/Vector
|
||||
git clone --recurse-submodules -b "${MEDIAWIKI_VERSION}" --depth 1 https://github.com/wikimedia/mediawiki-extensions-PageImages src/extensions/PageImages
|
||||
for dep in $DEPENDENCIES; do
|
||||
dependency=$(echo $dep | cut -d'|' -f1)
|
||||
repository=$(echo $dep | cut -sd'|' -f2)
|
||||
|
|
Loading…
Reference in a new issue