From 6a3e8091bc962aeb1a17825afb401b78ad71c3f0 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Fri, 5 Dec 2025 14:26:48 +0100 Subject: [PATCH] skip PR tagging --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4f0e207d7..3e2b90154 100644 --- a/Makefile +++ b/Makefile @@ -35,9 +35,9 @@ ifeq ($(FRESH),1) DEBUG_FRESH=$(shell date +"%H-%M-%S") endif -ifdef CDP_PULL_REQUEST_NUMBER - CDP_TAG := -${CDP_BUILD_VERSION} -endif +#ifdef CDP_PULL_REQUEST_NUMBER +# CDP_TAG := -${CDP_BUILD_VERSION} +#endif ifndef GOPATH GOPATH := $(HOME)/go