From f775f8056f9c9b568217367ca93df8109498ff86 Mon Sep 17 00:00:00 2001 From: kirann Date: Tue, 15 Oct 2024 20:12:53 +0530 Subject: [PATCH] SIGINT-2310: CICD setup for new extension repo update changes needed in existing template pipeline --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32a46eb..28617a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,3 +82,4 @@ pop_blackduck: apt-get update -y apt-get install -y rsync make jq python3 python3-pip pip3 install blackduck requests + export RELEASE_VERSION=$(cat vss-extension.json | grep version | head -1 | awk -F= "{ print $2 }" | sed 's/[version:,\",]//g' | tr -d '[[:space:]]') \ No newline at end of file