chore: fix typo (#1316) [skip ci]

This commit is contained in:
Rolf Ahrenberg 2022-04-08 19:32:01 +03:00 committed by GitHub
parent c8f1acd92c
commit 7124451cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ fi
if [[ "${DISABLE_WAIT_FOR_DOCKER}" != "true" ]] && [[ "${DOCKER_ENABLED}" == "true" ]]; then if [[ "${DISABLE_WAIT_FOR_DOCKER}" != "true" ]] && [[ "${DOCKER_ENABLED}" == "true" ]]; then
log "Docker enabled runner detected and Docker daemon wait is enabled" log "Docker enabled runner detected and Docker daemon wait is enabled"
log "Waiting until Docker is avaliable or the timeout is reached" log "Waiting until Docker is available or the timeout is reached"
timeout 120s bash -c 'until docker ps ;do sleep 1; done' timeout 120s bash -c 'until docker ps ;do sleep 1; done'
else else
log "Docker wait check skipped. Either Docker is disabled or the wait is disabled, continuing with entrypoint" log "Docker wait check skipped. Either Docker is disabled or the wait is disabled, continuing with entrypoint"