Remove slow docker debug
This commit is contained in:
parent
274a9a345e
commit
431d3a6fd0
@ -18,10 +18,6 @@ jobs:
|
||||
- name: debug
|
||||
run: |
|
||||
env
|
||||
apt update && apt install -y docker.io
|
||||
echo "==================="
|
||||
docker volume ls
|
||||
docker ps --format '{{.ID}}' | xargs -n1 docker inspect --format '{{.Name}}: {{range .Mounts}}{{.Source}} -> {{.Destination}}, {{end}}'
|
||||
ls -l /go-cache-volume
|
||||
ls -l /var/run/docker.sock
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user