From: Ruben Beltran del Rio Date: Mon, 11 Mar 2024 23:02:07 +0000 (+0100) Subject: Print channel X-Git-Tag: 7.0.0~26 X-Git-Url: https://git.r.bdr.sh/rbdr/blog/commitdiff_plain/5fecbf65571f93b51c3a6204d2943ff1cdcecb1c?hp=d62c4ea8debf01c2e251ef0c2520f947662f6c52 Print channel --- 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