Skip to content

Commit

Permalink
Pivot: clone from Gerrit, use latest 1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWTQ committed Oct 31, 2024
1 parent 7673889 commit 153d702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ RUN set -x; \
&& cd $MW_HOME/skins/Modern \
&& git checkout -q 2ab0a8068541352b0e26d216fb7bfc8456baf337 \
# Pivot
&& git clone -b v2.3.0 https://github.com/wikimedia/mediawiki-skins-Pivot $MW_HOME/skins/pivot \
&& git clone -b $MW_VERSION --single-branch https://gerrit.wikimedia.org/r/mediawiki/skins/Pivot $MW_HOME/skins/pivot \
&& cd $MW_HOME/skins/pivot \
&& git checkout -q d79af7514347eb5272936243d4013118354c85c1 \
&& git checkout -q e95137969241c202baa452ac39e38cfecd57fc64 \
# Refreshed
&& git clone -b $MW_VERSION --single-branch https://gerrit.wikimedia.org/r/mediawiki/skins/Refreshed $MW_HOME/skins/Refreshed \
&& cd $MW_HOME/skins/Refreshed \
Expand Down

0 comments on commit 153d702

Please sign in to comment.