mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
Merge branch 'eb/docker-ha' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#369)
This commit is contained in:
commit
4384924cca
2
Makefile
2
Makefile
@ -66,7 +66,7 @@ build-githook: generate ## Build the githook binary for gitness
|
||||
|
||||
build-githa: generate ## Build the githa server binary
|
||||
@echo "Building GitHA Server"
|
||||
go build -ldflags=${LDFLAGS} -o ./githaserver ./cmd/githaserver
|
||||
go build -tags=${BUILD_TAGS} -ldflags=${LDFLAGS} -o ./githaserver ./cmd/githaserver
|
||||
|
||||
build-githa-githook: generate ## Build the githook binary for githa
|
||||
@echo "Building githa GitHook Binary"
|
||||
|
Loading…
x
Reference in New Issue
Block a user