Skip to content

Commit

Permalink
update certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
cmckeen authored Mar 28, 2022
1 parent c3a6d67 commit 1d93e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
- name: build
image: golang:1.12
commands:
- apt-get install --reinstall ca-certificates
- apt update && apt install ca-certificates libgnutls30 -y
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-X main.version=${DRONE_TAG##v}" -o release/linux/amd64/terraform-credentials-env
when:
event:
Expand Down

0 comments on commit 1d93e7f

Please sign in to comment.