Compare commits

..

No commits in common. "275229e69b50ae99eaa66a23b42b9f2ece46c713" and "6d772b68041db0047f33e2e7850a09d63f01e236" have entirely different histories.

2 changed files with 0 additions and 21 deletions

View file

@ -8,10 +8,6 @@ RUN git clone --depth 1 \
https://gitlab.com/hydrawiki/extensions/EmbedVideo.git \
/var/www/html/extensions/EmbedVideo
RUN git clone --depth 1 \
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror \
/var/www/html/extensions/CodeMirror
RUN git clone --depth 1 \
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Elastica \
/var/www/html/extensions/Elastica
@ -24,14 +20,6 @@ RUN git clone --depth 1 \
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/AdvancedSearch \
/var/www/html/extensions/AdvancedSearch
RUN git clone --depth 1 \
https://github.com/edwardspec/mediawiki-aws-s3.git \
/var/www/html/extensions/AWS
ADD composer.local.json /var/www/html/composer.local.json
RUN cd /var/www/html && composer update && cd -
RUN apt update \
&& apt install -y unzip wget

View file

@ -1,9 +0,0 @@
{
"extra": {
"merge-plugin": {
"include": [
"extensions/AWS/composer.json"
]
}
}
}