We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8787224 commit eee3c6bCopy full SHA for eee3c6b
1 file changed
.github/workflows/installMediaWiki.sh
@@ -22,6 +22,7 @@ $wgDevelopmentWarnings = true;
22
EOT
23
24
cat <<EOT >> LocalSettings.php
25
+wfLoadExtension( 'AdminLinks' );
26
wfLoadExtension( "$EXTENSION_NAME" );
27
28
@@ -37,3 +38,6 @@ cat <<EOT >> composer.local.json
37
38
}
39
40
41
+
42
+cd extensions
43
+git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AdminLinks --depth=1 --branch=$MW_BRANCH --recurse-submodules -j8
0 commit comments