diff --git a/Makefile.core.mk b/Makefile.core.mk index 37f53ad46..515df20e6 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -80,9 +80,6 @@ GINKGO_FLAGS := $(if $(VERBOSE),-v) $(if $(CI),--no-color) $(if $(COVERAGE),-cov # - use the CHANNELS as arg of the bundle target (e.g make bundle CHANNELS=candidate,fast,stable) # - use environment variables to overwrite this value (e.g export CHANNELS="candidate,fast,stable") CHANNEL_PREFIX := dev -ifneq (,$(findstring release-,$(shell git rev-parse --abbrev-ref HEAD))) -CHANNEL_PREFIX = stable -endif CHANNELS ?= $(CHANNEL_PREFIX)-$(MINOR_VERSION) ifneq ($(origin CHANNELS), undefined)