Skip to content

Commit f775f80

Browse files
SIGINT-2310: CICD setup for new extension repo update changes needed in existing template pipeline
1 parent 03da64f commit f775f80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,4 @@ pop_blackduck:
8282
apt-get update -y
8383
apt-get install -y rsync make jq python3 python3-pip
8484
pip3 install blackduck requests
85+
export RELEASE_VERSION=$(cat vss-extension.json | grep version | head -1 | awk -F= "{ print $2 }" | sed 's/[version:,\",]//g' | tr -d '[[:space:]]')

0 commit comments

Comments
 (0)