Skip to content

Commit

Permalink
Do not run go-bindata every build
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrt committed Jun 30, 2022
1 parent defe644 commit 042f263
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 @@ -13,7 +13,7 @@ GO_BUILD_FLAGS := -ldflags '-X github.com/redhat-openshift-ecosystem/provider-ce
unexport GOFLAGS

.PHONY: build
build: update
build:
go build -o openshift-provider-cert $(GO_BUILD_FLAGS)

.PHONY: generate
Expand Down

0 comments on commit 042f263

Please sign in to comment.