mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-12-04 21:08:11 +00:00
added make to drone build
This commit is contained in:
parent
a79db16011
commit
be37dde5a0
2 changed files with 4 additions and 1 deletions
|
@ -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 a new issue