Skip to content

Commit

Permalink
unbound error ....
Browse files Browse the repository at this point in the history
  • Loading branch information
watbulb committed Sep 25, 2024
1 parent d7e60b9 commit 6ef4281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ol2.entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ef4281

Please sign in to comment.