Skip to content

Commit

Permalink
Add Makefile shortcut to release with skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwaynecarr committed Oct 21, 2014
1 parent fa4e186 commit 589af44
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,12 @@ vet:
release:
build/release.sh
.PHONY: release

# Build a release, but skip tests
#
# Example:
# make release-skip-tests
release-skip-tests:
KUBE_RELEASE_RUN_TESTS=n build/release.sh
.PHONY: release-skip-tests

0 comments on commit 589af44

Please sign in to comment.