Merge branch 'eb/docker-ha' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#369)

This commit is contained in:
Enver Bisevac 2023-08-28 18:10:56 +00:00 committed by Harness
commit 4384924cca

View File

@ -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"