Try privilege
continuous-integration/drone/push Build is failing Details

main
Drew Bednar 2 months ago
parent 79d530ba8a
commit 729f48fe55

@ -1,14 +0,0 @@
kind: pipeline
type: docker
name: CI Test Pipeline
steps:
- name: Unit Tests
image: golang:1.23
commands:
- go test ./...
trigger:
event:
- pull_request
- push

@ -1,6 +1,7 @@
kind: pipeline
type: docker
name: CI Test Pipeline
privileged: true
steps:
- name: Unit Tests

Loading…
Cancel
Save