Skip to content

Commit

Permalink
Upgrades GoogleLogin (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedmaka authored Jan 10, 2024
1 parent 7ab8d2b commit 9edb481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ RUN set -x; \
# GoogleLogin
&& git clone --single-branch -b $MW_VERSION https://gerrit.wikimedia.org/r/mediawiki/extensions/GoogleLogin $MW_HOME/extensions/GoogleLogin \
&& cd $MW_HOME/extensions/GoogleLogin \
&& git checkout -q 01fa815e2f858c1d31f8d4d0c34b355c73a34e1b
&& git checkout -q 3fec50489daa23fb9eeeb3872a6d2f8c3957e7b0

# V
RUN set -x; \
Expand Down
1 change: 1 addition & 0 deletions _sources/canasta/DockerSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function isEnvTrue( $name ): bool {
'GoogleAnalyticsMetrics',
'GoogleDocCreator',
'GoogleDocTag',
'GoogleLogin',
'Graph',
'HTMLTags',
'HeadScript',
Expand Down

0 comments on commit 9edb481

Please sign in to comment.