Skip to content

Commit

Permalink
Merge pull request #159 from MaRDI4NFDI/update_wmf_21
Browse files Browse the repository at this point in the history
update WMF branch to 1.43.0-wmf.21
  • Loading branch information
eloiferrer committed Sep 5, 2024
2 parents 196f0f8 + a02141a commit 65970c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Global settings #
######################
ARG MEDIAWIKI_VERSION=lts
ARG WMF_BRANCH=wmf/1.43.0-wmf.9
ARG WMF_BRANCH=wmf/1.43.0-wmf.21
ARG REL_BRANCH=REL1_42

################
Expand Down Expand Up @@ -40,7 +40,6 @@ bash clone-extension.sh Echo ${WMF_BRANCH};\
bash clone-extension.sh Elastica ${WMF_BRANCH};\
bash clone-extension.sh EntitySchema ${WMF_BRANCH};\
bash clone-extension.sh ExternalData ${REL_BRANCH};\
bash clone-extension.sh Flow ${WMF_BRANCH};\
bash clone-extension.sh Gadgets ${WMF_BRANCH};\
bash clone-extension.sh Graph ${WMF_BRANCH};\
bash clone-extension.sh InputBox ${WMF_BRANCH};\
Expand Down Expand Up @@ -145,7 +144,6 @@ COPY --from=fetcher /Elastica /var/www/html/extensions/Elastica
COPY --from=fetcher /EntitySchema /var/www/html/extensions/EntitySchema
COPY --from=fetcher /ExternalContent /var/www/html/extensions/ExternalContent
COPY --from=fetcher /ExternalData /var/www/html/extensions/ExternalData
COPY --from=fetcher /Flow /var/www/html/extensions/Flow
COPY --from=fetcher /Gadgets /var/www/html/extensions/Gadgets
COPY --from=fetcher /Graph /var/www/html/extensions/Graph
COPY --from=fetcher /InputBox /var/www/html/extensions/InputBox
Expand Down

0 comments on commit 65970c7

Please sign in to comment.