Update .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
commands:
|
commands:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
volumes:
|
volumes:
|
||||||
- go_cache:/root/.cache/go-build
|
- go_build_cache:/root/.cache/go-build
|
||||||
|
- go_mod_cache:/go/pkg/mod
|
||||||
build:
|
build:
|
||||||
image: docker
|
image: docker
|
||||||
commands:
|
commands:
|
||||||
@@ -23,4 +24,5 @@
|
|||||||
branch: "master"
|
branch: "master"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- go_cache:/root/.cache/go-build
|
- go_build_cache:/root/.cache/go-build
|
||||||
|
- go_mod_cache:/go/pkg/mod
|
||||||
|
|||||||
Reference in New Issue
Block a user