Skip to content

Commit

Permalink
Merge pull request #149
Browse files Browse the repository at this point in the history
* Updates CLEAR extension to `be6f305ba9dcdbb16568f3a09d467e4cb6b94192`
  • Loading branch information
vedmaka authored Jan 11, 2024
1 parent 9edb481 commit 77d3f7a
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 @@ -359,7 +359,7 @@ RUN --mount=type=secret,id=ACCESS_TOKEN \
# CLEAR
git clone -b master https://WikiteqMachine:$(cat /run/secrets/ACCESS_TOKEN)@github.com/WikiTeq/mediawiki-extension-CLEAR.git $MW_HOME/extensions/CLEAR \
&& cd $MW_HOME/extensions/CLEAR \
&& git checkout -q c5d4e2778b67765ba07a2a33ea48191522922eb9
&& git checkout -q be6f305ba9dcdbb16568f3a09d467e4cb6b94192

# G
RUN set -x; \
Expand Down

0 comments on commit 77d3f7a

Please sign in to comment.