Skip to content

Commit

Permalink
dada
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Sep 28, 2023
1 parent 34f2850 commit 4cf72ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ services:
environment:
- DIRACX_DB_URL_AUTHDB=mysql+aiomysql://Dirac:Dirac@mysql/AuthDB
entrypoint: |
/dockerMicroMambaEntrypoint.sh bash -xc 'while ! python -m diracx.db init-sql; do sleep 1; done'
/dockerMicroMambaEntrypoint.sh bash -xc 'micromamba install -c conda-forge mysql-client && mysql -h mysql -u root --password=password -e "CREATE DATABASE `DiracXAuthDB`" && mysql -h mysql -u root --password=password -e "GRANT SELECT,INSERT,LOCK TABLES,UPDATE,DELETE,CREATE,DROP,ALTER,REFERENCES,CREATE VIEW,SHOW VIEW,INDEX,TRIGGER,ALTER ROUTINE,CREATE ROUTINE ON `DiracXAuthDB`.* TO '"'"'Dirac'"'"'@'"'"'%'"'"'" && python -m diracx.db init-sql'
pull_policy: always

diracx:
Expand Down

0 comments on commit 4cf72ca

Please sign in to comment.