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
|
- 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
3
examples/.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
.terraform
|
.terraform
|
||||||
.terraform.lock.hcl
|
.terraform.lock.hcl
|
||||||
terraform.tfstate
|
terraform.tfstate
|
||||||
terraform.tfstate.backup
|
terraform.tfstate.backup
|
||||||
|
*.tfvars
|
Loading…
Reference in New Issue
Block a user