aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 00:02:07 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 00:02:07 +0100
commit5fecbf65571f93b51c3a6204d2943ff1cdcecb1c (patch)
tree14a2523840972fbfbf69e19e3f01b9fb47339a0e /Makefile
parentd62c4ea8debf01c2e251ef0c2520f947662f6c52 (diff)
Print channel
Diffstat (limited to 'Makefile')
-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