fix: echo env cmd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
lab 2021-12-05 16:39:18 +08:00
parent 1ab9499a44
commit 4543328f40

View File

@ -31,7 +31,7 @@ steps:
GOOS: linux GOOS: linux
GOARCH: amd64 GOARCH: amd64
commands: commands:
- echo env - env
- go build -ldflags="-s -w" -tags timetzdata -o app main.go - go build -ldflags="-s -w" -tags timetzdata -o app main.go
- name: publish - name: publish