From b4802d3619d1106adcbb7958d5855b75b7c6cb4b Mon Sep 17 00:00:00 2001 From: Milan Mertens Date: Thu, 1 Feb 2024 12:39:17 +0100 Subject: [PATCH] ci(config): fix adds missing trailing / to CUSTOMER_MAJOR_COMMIT_REF_NAME --- ci/ci-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci-config.yml b/ci/ci-config.yml index cc437e2b47..b2f36fd8ea 100644 --- a/ci/ci-config.yml +++ b/ci/ci-config.yml @@ -4,7 +4,7 @@ variables: # The major commit ref name is configures in to parts, the base and and the customer specific part. BASE_MAJOR_COMMIT_REF_NAME: "2022.11" # The customer part must end with an /. eg "ecclesias/" (This is a limitation of templateing and is required to allow branches with out a customer. - CUSTOMER_MAJOR_COMMIT_REF_NAME: "tine20.com" + CUSTOMER_MAJOR_COMMIT_REF_NAME: "tine20.com/" # DO NOT CHANGE MANUAL: needs to be, in the main variables section CUSTOMER_MAJOR_COMMIT_REF_NAME and BASE_MAJOR_COMMIT_REF_NAME are not set jet MAJOR_COMMIT_REF_NAME: "${CUSTOMER_MAJOR_COMMIT_REF_NAME}${BASE_MAJOR_COMMIT_REF_NAME}"