added make to drone build
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Tobias Trabelsi 2022-06-04 17:19:50 +02:00
parent a79db16011
commit be37dde5a0
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
2 changed files with 4 additions and 1 deletions

View File

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

3
examples/.gitignore vendored
View File

@ -1,4 +1,5 @@
.terraform .terraform
.terraform.lock.hcl .terraform.lock.hcl
terraform.tfstate terraform.tfstate
terraform.tfstate.backup terraform.tfstate.backup
*.tfvars