mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 20:07:26 +00:00
store signature and verification in database
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||
|
Reference in New Issue
Block a user