chore: fix ci

This commit is contained in:
2026-02-12 16:06:22 +00:00
parent e143580993
commit 55f70cef49
2 changed files with 17 additions and 10 deletions

View File

@@ -6,6 +6,9 @@
# (Linux) Setup Docker.
#
# skip if SKIP_DOCKER_CONFIG is set
[[ -n "$SKIP_DOCKER_CONFIG" ]] && { log_warn "Skipping: SKIP_DOCKER_CONFIG is set"; return 0; }
# skip if in WSL
if [[ -n "$WSL_DISTRO_NAME" ]]; then
log_warn "Skipping: Running in WSL"