Skip to content

Commit

Permalink
Merge pull request #266 from shipwright-io/remove/verbose-flag
Browse files Browse the repository at this point in the history
Remove verbose flag for build
  • Loading branch information
openshift-merge-bot[bot] authored Aug 2, 2024
2 parents 16d633a + 3ff41d7 commit f9d17aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PKG = ./pkg/...
BIN ?= $(OUTPUT_DIR)/$(APP)
KUBECTL_BIN ?= $(OUTPUT_DIR)/kubectl-$(APP)

GO_FLAGS ?= -v -mod=vendor
GO_FLAGS ?= -mod=vendor
GO_TEST_FLAGS ?= -race -cover

GO_PATH ?= $(shell go env GOPATH)
Expand Down

0 comments on commit f9d17aa

Please sign in to comment.