Skip to content

Commit

Permalink
CircleCI build problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Dec 3, 2024
1 parent 8b6edec commit 408b00a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ jobs:
- MARIADB_USER=bn_mediawiki
- MARIADB_DATABASE=bitnami_mediawiki
healthcheck:
test: [ "CMD", "healthcheck.sh", "--connect", "--innodb_initialized" ]
start_period: 10s
interval: 10s
timeout: 5s
retries: 3
test: netstat -an | grep 3307 > /dev/null; if [ 0 != $? ]; then exit 1; fi;
- image: 'bitnami/mediawiki:1'
name: mediawiki
labels:
Expand Down

0 comments on commit 408b00a

Please sign in to comment.