Skip to content

Commit

Permalink
Revert "add build command"
Browse files Browse the repository at this point in the history
This reverts commit 4262131.
  • Loading branch information
f committed Oct 27, 2021
1 parent 4262131 commit c713e51
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 @@ -6,7 +6,7 @@ dev: clean install generate vet fmt test mod-tidy

.PHONY: ci
ci: ## CI build
ci: dev diff build
ci: dev diff

.PHONY: clean
clean: ## remove files created during build pipeline
Expand Down

0 comments on commit c713e51

Please sign in to comment.