woodpecker using cache pvc
This commit is contained in:
parent
de7c97f50c
commit
7d501aa656
@ -10,7 +10,7 @@ steps:
|
|||||||
DOCKER_CERT_PATH: '/dind-certs/client'
|
DOCKER_CERT_PATH: '/dind-certs/client'
|
||||||
DOCKER_TLS_VERIFY: '1'
|
DOCKER_TLS_VERIFY: '1'
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/woodpeckerci/dind-certs:/dind-certs
|
- woodpecker-cache:/dind-certs
|
||||||
commands:
|
commands:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
DOCKER_TLS_CERTDIR: /dind-certs
|
DOCKER_TLS_CERTDIR: /dind-certs
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/woodpeckerci/dind-certs:/dind-certs
|
- woodpecker-cache:/dind-certs
|
||||||
ports:
|
ports:
|
||||||
- 2376
|
- 2376
|
||||||
|
Loading…
x
Reference in New Issue
Block a user