Skip to content

Commit

Permalink
add order-only pre-req for deploy, as it's beeing skipped when recursing
Browse files Browse the repository at this point in the history
Signed-off-by: Yassine TIJANI <[email protected]>
  • Loading branch information
yastij committed Jun 11, 2019
1 parent 411cbf7 commit 001d1e6
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 @@ -132,7 +132,7 @@ dist: dist-ccm
################################################################################
# The deploy target is for use by Prow.
.PHONY: deploy
deploy:
deploy: | $(DOCKER_SOCK)
$(MAKE) check
$(MAKE) build-bins
$(MAKE) unit-test
Expand Down

0 comments on commit 001d1e6

Please sign in to comment.