💚 Added CGO_ENABLED environment variable in Drone pipeline steps
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Maxim Lebedev 2022-03-19 17:16:19 +05:00
parent 7248dd093a
commit 400fb299dd
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,8 @@ steps:
volumes:
- name: deps
path: /go
environment:
CGO_ENABLED: 0
commands:
- go test -buildvcs=false -v -cover ./...
depends_on:
@ -28,6 +30,8 @@ steps:
volumes:
- name: deps
path: /go
environment:
CGO_ENABLED: 0
commands:
- go build
depends_on: