Skip to content

Commit

Permalink
Update MobileFrontend extension (the old version does not work) (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastakhov authored Dec 30, 2023
1 parent 09e7328 commit 0915628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ RUN set -x; \
# MobileFrontend
&& git clone --single-branch -b $MW_VERSION https://gerrit.wikimedia.org/r/mediawiki/extensions/MobileFrontend $MW_HOME/extensions/MobileFrontend \
&& cd $MW_HOME/extensions/MobileFrontend \
&& git checkout -q f0bed5588f76b827038fb9af73fb9677e5804077 \
&& git checkout -q 7f9ecd976796d02988b40dff4a790c315d4651e6 \
# MsUpload
&& git clone --single-branch -b $MW_VERSION https://gerrit.wikimedia.org/r/mediawiki/extensions/MsUpload $MW_HOME/extensions/MsUpload \
&& cd $MW_HOME/extensions/MsUpload \
Expand Down

0 comments on commit 0915628

Please sign in to comment.