Skip to content

Commit

Permalink
HACK
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Sep 28, 2023
1 parent 8690e7c commit 251a05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ services:
image: ghcr.io/diracgrid/diracx/server
container_name: diracx-init-db
depends_on:
diracx-wait-for-db:
mysql:
condition: service_completed_successfully
environment:
- DIRACX_DB_URL_AUTHDB=mysql+aiomysql://Dirac:Dirac@mysql/AuthDB
entrypoint: |
/dockerMicroMambaEntrypoint.sh python -m diracx.db init-sql
/dockerMicroMambaEntrypoint.sh bash -c 'while ! python -m diracx.db init-sql; do sleep 1; done'
pull_policy: always

diracx:
Expand Down

0 comments on commit 251a05d

Please sign in to comment.