From e87a4f6412b701d74fe38328cea1137ff346805a Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 3 Jul 2024 19:02:52 +0000 Subject: [PATCH] redo earthly-ci fix --- scripts/earthly-ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/earthly-ci b/scripts/earthly-ci index c2ae10b529a..49cc4db605a 100755 --- a/scripts/earthly-ci +++ b/scripts/earthly-ci @@ -65,7 +65,7 @@ while [ $ATTEMPT_COUNT -lt $MAX_ATTEMPTS ]; do wipe_non_cache_docker_state fi sleep 20 - elif grep 'status 125: docker: Error response from daemon: layer does not exist.' $OUTPUT_FILE >/dev/null || grep 'could not determine buildkit address - is Docker or Podman running?' $OUTPUT_FILE >/dev/null ; then + elif grep 'status 125: docker: Error response from daemon: layer does not exist.' $OUTPUT_FILE >/dev/null || grep 'could not determine buildkit address - is Docker or Podman running?' $OUTPUT_FILE >/dev/null || grep 'please make sure the URL is valid, and Docker 18.09 or later is installed on the remote host' $OUTPUT_FILE >/dev/null ; then wipe_non_cache_docker_state # wait for other docker restarts sleep 20