From 1638cde7c4681c46988418d73ba701647d74ca8a Mon Sep 17 00:00:00 2001 From: ston1th Date: Fri, 18 Jan 2019 22:15:23 +0100 Subject: [PATCH] debug --- .drone.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.sh b/.drone.sh index 1d41ee0..ce02af5 100755 --- a/.drone.sh +++ b/.drone.sh @@ -3,3 +3,4 @@ VERSION=${DRONE_BUILD_NUMBER} CGO_ENABLED=0 GOOS=linux go build -v -gcflags '-e' -ldflags "-X main.version=$VERSION -s -w" -o db db.go CGO_ENABLED=0 GOOS=linux go build -v -gcflags '-e' -ldflags "-X main.version=$VERSION -s -w" -o srv srv.go +find -type f | xargs file