This commit is contained in:
parent
65ab1a5de3
commit
71aa7688ff
@ -7,8 +7,7 @@ jobs:
|
||||
container:
|
||||
image: offline-twitter/go
|
||||
volumes:
|
||||
- name: woodpecker-gocache
|
||||
path: /go-cache-volume
|
||||
- woodpecker-gocache:/go-cache-volume
|
||||
env:
|
||||
GOPATH: /go-cache-volume
|
||||
GOCACHE: /go-cache-volume/build-cache
|
||||
@ -19,6 +18,8 @@ jobs:
|
||||
- name: debug
|
||||
run: |
|
||||
env
|
||||
apt install -y docker.io
|
||||
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