Skip to content

Commit

Permalink
Remove lint from the build/odh cmd (opendatahub-io#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr authored Feb 7, 2024
1 parent c893ea8 commit 44ce399
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 @@ -152,7 +152,7 @@ build: gen vet lint
go build

.PHONY: build/odh
build/odh: vet lint
build/odh: vet
go build

.PHONY: gen
Expand Down

0 comments on commit 44ce399

Please sign in to comment.