Skip to content

Commit

Permalink
Update Extension:Cloudflare to avoid an error message
Browse files Browse the repository at this point in the history
Remove composer config due to a build error that we
don't need to even run, because it no longer has non-dev
dependencies that we need.
  • Loading branch information
labster authored and DanielWTQ committed Nov 18, 2024
1 parent 9b1fa9c commit a2bb8b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ RUN set -x; \
# Cloudflare
&& git clone --single-branch -b master https://github.com/harugon/mediawiki-extensions-cloudflare.git $MW_HOME/extensions/Cloudflare \
&& cd $MW_HOME/extensions/Cloudflare \
&& git checkout -q fc17309a510b4d9b2eb5cc215b83b258958c8ada
&& git checkout -q 9df89f3f5e0ace26b07d146167bab72540082fc8

# D
RUN set -x; \
Expand Down
1 change: 0 additions & 1 deletion _sources/configs/composer.wikiteq.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"extensions/WSSlots/composer.json",
"extensions/GoogleLogin/composer.json",
"extensions/JWTAuth/composer.json",
"extensions/Cloudflare/composer.json",
"extensions/FHIR/composer.json",
"extensions/CLEAR/composer.json"
]
Expand Down

0 comments on commit a2bb8b4

Please sign in to comment.