Skip to content

Commit

Permalink
Merge pull request #187 from mkumatag/remove_v
Browse files Browse the repository at this point in the history
remove verbose option for the go build
  • Loading branch information
Power Cloud Robot authored Nov 19, 2024
2 parents 19fd4ca + 6fc4220 commit 933bc27
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 @@ -19,7 +19,7 @@ BUILD_FLAGS=-trimpath -ldflags="-buildid= -X=github.com/ppc64le-cloud/kubetest2-

install-deployer-tf:
git submodule update --init
go build -v $(BUILD_FLAGS) -o $(OUT_DIR)/$(BINARY_NAME) $(BINARY_PATH)
go build $(BUILD_FLAGS) -o $(OUT_DIR)/$(BINARY_NAME) $(BINARY_PATH)
$(INSTALL) -d $(INSTALL_DIR)
$(INSTALL) $(OUT_DIR)/$(BINARY_NAME) $(INSTALL_DIR)/$(BINARY_NAME)
.PHONY: install-deployer-tf

0 comments on commit 933bc27

Please sign in to comment.