Skip to content

Commit

Permalink
redo earthly-ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Jul 3, 2024
1 parent f96b69c commit e87a4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/earthly-ci
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e87a4f6

Please sign in to comment.