Skip to content

Commit

Permalink
SIGINT-2310: CICD setup for new extension repo update changes needed …
Browse files Browse the repository at this point in the history
…in existing template pipeline
  • Loading branch information
kiranblackduck committed Oct 15, 2024
1 parent 03da64f commit f775f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:]]')

0 comments on commit f775f80

Please sign in to comment.