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 51cc33a commit 19639dd
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 @@ -55,7 +55,7 @@ jobs:
entrypoint:
- /bin/bash
- -c
- apt install -y netcat; until nc -z mariadb 3306; do sleep 1; done; /opt/bitnami/scripts/mediawiki/entrypoint.sh "/opt/bitnami/scripts/apache/run.sh"
- sudo apt install -y netcat; until nc -z mariadb 3306; do sleep 1; done; /opt/bitnami/scripts/mediawiki/entrypoint.sh "/opt/bitnami/scripts/apache/run.sh"
- image: 'docker.io/bitnami/postgresql:11'
name: postgresql
# No volumes on CircleCI
Expand Down

0 comments on commit 19639dd

Please sign in to comment.