Skip to content

Commit

Permalink
Merge pull request #195 from yastij/update-image
Browse files Browse the repository at this point in the history
add order-only pre-req for deploy, as it's beeing skipped when recursing
  • Loading branch information
k8s-ci-robot authored Jun 11, 2019
2 parents 9224d17 + 001d1e6 commit 82b5622
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 82b5622

Please sign in to comment.