Remove docker socket mount
Some checks failed
Self Test / test (push) Has been cancelled

This commit is contained in:
wispem-wantex 2025-06-07 07:07:29 -04:00
parent ebfbfe8509
commit 554360720e

View File

@ -8,7 +8,6 @@ jobs:
image: offline-twitter/go
volumes:
- woodpecker-gocache:/go-cache-volume
- /var/run/docker.sock:/var/run/docker.sock
env:
GOPATH: /go-cache-volume
GOCACHE: /go-cache-volume/build-cache
@ -37,6 +36,6 @@ jobs:
run: |
env
ls -l /go*
ls -l /var/run
ls -l /var/run/docker.sock
go env