Also run the update script for openid plugin
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-19 17:04:10 +02:00
parent 48bc08e063
commit 0c914c0bbf

View File

@ -60,6 +60,7 @@ install_extensions() {
git clone --depth 1 -b REL1_35 \ git clone --depth 1 -b REL1_35 \
https://gerrit.wikimedia.org/r/mediawiki/extensions/OpenIDConnect \ https://gerrit.wikimedia.org/r/mediawiki/extensions/OpenIDConnect \
/var/www/html/extensions/OpenIDConnect /var/www/html/extensions/OpenIDConnect
php /var/www/html/maintenance/update.php
fi fi
fi fi
} }