debug
Some checks failed
the build failed

This commit is contained in:
ston1th 2019-01-18 22:35:56 +01:00
commit 0f03af5ebd
3 changed files with 2 additions and 3 deletions

View file

@ -3,4 +3,3 @@
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
ls -lahR .