You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Avoid printing "docker: not found" error messages (riscv#1916)
This could be fixed by adding `2>&1` to the `docker info` command, but
it seems cleaner to correctly infer the value of SKIP_DOCKER and avoid
entering the whole `ifneq ($(SKIP_DOCKER),true)` block.
0 commit comments