Skip to content

Commit

Permalink
Make make quick-release quick again
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Feb 21, 2017
1 parent b201ac2 commit 1d4d74c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ ifeq ($(PRINT_HELP),y)
release-skip-tests quick-release:
@echo "$$RELEASE_SKIP_TESTS_HELP_INFO"
else
release-skip-tests quick-release: KUBE_RELEASE_RUN_TESTS = n KUBE_FASTBUILD = true
release-skip-tests quick-release: KUBE_RELEASE_RUN_TESTS = n
release-skip-tests quick-release: KUBE_FASTBUILD = true
release-skip-tests quick-release:
build/release.sh
endif
Expand Down

0 comments on commit 1d4d74c

Please sign in to comment.