From 4192b1f3a6a79185961fa97cea1e3e213ad094a1 Mon Sep 17 00:00:00 2001 From: Greg Rychlewski Date: Sun, 26 May 2024 18:10:18 -0400 Subject: [PATCH] cleanup --- Earthfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Earthfile b/Earthfile index 312f92df..136d9a44 100644 --- a/Earthfile +++ b/Earthfile @@ -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"; \