This commit is contained in:
parent
65ab1a5de3
commit
71aa7688ff
@ -7,8 +7,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: offline-twitter/go
|
image: offline-twitter/go
|
||||||
volumes:
|
volumes:
|
||||||
- name: woodpecker-gocache
|
- woodpecker-gocache:/go-cache-volume
|
||||||
path: /go-cache-volume
|
|
||||||
env:
|
env:
|
||||||
GOPATH: /go-cache-volume
|
GOPATH: /go-cache-volume
|
||||||
GOCACHE: /go-cache-volume/build-cache
|
GOCACHE: /go-cache-volume/build-cache
|
||||||
@ -19,6 +18,8 @@ jobs:
|
|||||||
- name: debug
|
- name: debug
|
||||||
run: |
|
run: |
|
||||||
env
|
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 /go-cache-volume
|
||||||
ls -l /var/run/docker.sock
|
ls -l /var/run/docker.sock
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user