Use privilege in step
continuous-integration/drone/push Build is passing Details

main
Drew Bednar 2 months ago
parent 729f48fe55
commit 0817cc8f4f

@ -1,11 +1,11 @@
kind: pipeline
type: docker
name: CI Test Pipeline
privileged: true
steps:
- name: Unit Tests
image: golang:1.23
privileged: true
commands:
- go test -v ./...

Loading…
Cancel
Save