Skip to content

Commit

Permalink
Cleanup debugging items
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs committed Aug 21, 2024
1 parent 03eb2a0 commit a14b4f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,13 @@ jobs:
port = 3306
database = ispybtest
EOF
cat /etc/os-release
cp "./conf/config.example.cfg" "./conf/config.cfg"
cp "./conf/ws_config.example.cfg" "./conf/ws_config.cfg"
tar xfz "dist/ispyb-database.tar.gz"

printf 'Waiting for MySQL database to accept connections'
until mariadb --defaults-file=.my.cnf --protocol=tcp -e "SHOW DATABASES" >/dev/null; do printf '.'; sleep 10; done
until mariadb --defaults-file=.my.cnf -e "SHOW DATABASES" >/dev/null; do printf '.'; sleep 10; done
printf '\n'

mariadb --defaults-file=.my.cnf -e "SET GLOBAL log_bin_trust_function_creators = 1;"
Expand Down

0 comments on commit a14b4f7

Please sign in to comment.