aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d4fc301..7fcb692 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,8 @@ else ifneq (,$(findstring refs/tags/,$(GIT_REF)))
endif
ifneq ($(channel),)
$(MAKE) -e profile=release -e channel=$(channel) package
+else
+ @echo "Channel was $(channel)"
endif
.PHONY: default build $(architectures) rpm package prepare set_rust ci release