store signature and verification in database

This commit is contained in:
Brad Rydzewski
2016-05-10 18:48:02 -07:00
parent fbdc82fe16
commit e7aa94f875
6 changed files with 58 additions and 25 deletions

View File

@@ -27,7 +27,7 @@ gen_migrations:
build: build_static
build_static:
cd drone && go build --ldflags '-extldflags "-static" -X github.com/drone/drone/version.VersionDev=$(CI_BUILD_NUMBER)' -o drone
cd drone && go build --ldflags '-extldflags "-static" -X github.com/drone/drone/version.VersionDev=$(DRONE_BUILD_NUMBER)' -o drone
test:
go test -cover $(PACKAGES)