link static
Some checks failed
continuous-integration/drone/push Build is failing

enable debug output for docker image build
This commit is contained in:
garionion 2021-08-14 20:20:44 +02:00
parent b2dc7dbd57
commit 1c444086dd

View file

@ -6,7 +6,7 @@ steps:
- name: build - name: build
image: golang image: golang
commands: commands:
- go build - CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' .
- go test ./... - go test ./...
- name: publish - name: publish
@ -18,3 +18,4 @@ steps:
from_secret: docker_username from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password
debug: true