diff --git a/docker/ol2.entrypoint.sh b/docker/ol2.entrypoint.sh index 5a0d9f3..f86ea21 100644 --- a/docker/ol2.entrypoint.sh +++ b/docker/ol2.entrypoint.sh @@ -313,7 +313,7 @@ EOF touch $VOLUME_ROOT/.built fi -if [[ "$GITHUB_ACTIONS" = "" ]]; then +if [[ -z ${GITHUB_ACTIONS+x} ]]; then echo "[ol2] stalling ($STALL) seconds" sleep $STALL fi