diff --git a/.drone.yml b/.drone.yml index a0e533a..a7eae4b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: diff --git a/examples/.gitignore b/examples/.gitignore index da6ebff..2674ee4 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,4 +1,5 @@ .terraform .terraform.lock.hcl terraform.tfstate -terraform.tfstate.backup \ No newline at end of file +terraform.tfstate.backup +*.tfvars \ No newline at end of file