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 ded27d1 commit 828a990
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
- MARIADB_PORT_NUMBER=3307
- MARIADB_USER=bn_mediawiki
- MARIADB_DATABASE=bitnami_mediawiki
healthcheck:
test: netstat -an | grep 3307 > /dev/null; if [ 0 != $? ]; then exit 1; fi;
- image: 'bitnami/mediawiki:1'
name: mediawiki
labels:
Expand All @@ -53,9 +51,10 @@ jobs:
- MEDIAWIKI_HOST=mediawiki
- TZ: "UTC"
depends_on:
- mariadb:
condition: service_healthy
restart: unless-stopped
- mariadb
entrypoint:
- until nc -z mariadb 3306; do sleep 1; done
- /entrypoint.sh
- image: 'docker.io/bitnami/postgresql:11'
name: postgresql
# No volumes on CircleCI
Expand Down

0 comments on commit 828a990

Please sign in to comment.