set privileged to get volume mount
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Ask Bjørn Hansen 2021-10-31 00:12:40 -07:00
parent 989a491429
commit 4dd5054000

View File

@ -5,6 +5,7 @@ name: default
steps:
- name: test
privileged: true
image: golang:1.17.2
commands:
- go test -v
@ -41,6 +42,6 @@ volumes:
name: go-pkg
---
kind: signature
hmac: 6c28661aaa292cf8455fde9c0942c10483e44f7d721f357ae24d1c6c67d48bcb
hmac: 409489fec691daa0a39271da86987a04747a9822f990b514abe87d8a4b1b1a17
...