Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-rychlewski committed May 26, 2024
1 parent 52f7017 commit 4192b1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ integration-test-mysql:
# the default authentication plugin for MySQL 8 is sha 256 but it doesn't come with the docker image. falling back to the 5.7 way
--default-authentication-plugin=mysql_native_password; \
# wait for mysql to start

while ! mysqladmin ping --host=127.0.0.1 --port=3306 --protocol=TCP --silent; do \
test "$(date +%s)" -le "$timeout" || (echo "timed out waiting for mysql"; exit 1); \
echo "waiting for mysql"; \
Expand Down

0 comments on commit 4192b1f

Please sign in to comment.