Skip to content

Commit

Permalink
WIP: CircleCI Mediawiki testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Nov 18, 2021
1 parent cbe984a commit f8f2c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# ...but we do have Mediawiki.
- run: sed -i 's/FEATURE__WIKI_INTEGRATION=.*$/FEATURE__DISCOURSE_INTEGRATION=true/g' .env
- run: sed -i 's/WIKI_URL=.*$/WIKI_URL=http://mediawiki:8080/g' .env
- run: sed -i 's/WIKI_URL=.*$/WIKI_URL=http:\/\/mediawiki:8080/g' .env
- run: sed -i 's/WIKI_DB=.*$/WIKI_DB=bitnami_mediawiki/g' .env
- run: sed -i 's/WIKI_USER=.*$/WIKI_USER=user/g' .env
- run: sed -i 's/WIKI_PASSWORD=.*$/WIKI_PASSWORD=bitnami123/g' .env
Expand Down

0 comments on commit f8f2c7d

Please sign in to comment.