added make to drone build
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
a79db16011
commit
be37dde5a0
@ -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:
|
||||
|
3
examples/.gitignore
vendored
3
examples/.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
.terraform
|
||||
.terraform.lock.hcl
|
||||
terraform.tfstate
|
||||
terraform.tfstate.backup
|
||||
terraform.tfstate.backup
|
||||
*.tfvars
|
Loading…
Reference in New Issue
Block a user