added make to drone build

pull/4/head
Tobias Trabelsi 2 years ago
parent a79db16011
commit be37dde5a0
No known key found for this signature in database
GPG Key ID: FF0C2839718CAF2E

@ -17,6 +17,7 @@ steps:
- name: build
image: golang:1.18.3-alpine3.16
commands:
- "apk add --update --no-cache make"
- "make build"
when:
event:
@ -25,6 +26,7 @@ steps:
- name: test
image: golang:1.18.3-alpine3.16
commands:
- "apk add --update --no-cache make"
- "make test"
when:
event:

@ -1,4 +1,5 @@
.terraform
.terraform.lock.hcl
terraform.tfstate
terraform.tfstate.backup
terraform.tfstate.backup
*.tfvars
Loading…
Cancel
Save