skip PR tagging

This commit is contained in:
Felix Kunde 2025-12-05 14:26:48 +01:00
parent 860bc0619a
commit 6a3e8091bc
1 changed files with 3 additions and 3 deletions

View File

@ -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