Actions cause persistent changes on runner environment #3
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
e.g.,
docker network create --subnet=172.30.0.0/16 main_subnet
causes main_subnet to remain even after run is over,Likely an upstream bug.
It's because -v docker.sock is used instead of DIND.
This is still a problem - there are unpredictable changes that happen to the runner that can cause random test failures