We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03da64f commit f775f80Copy full SHA for f775f80
.gitlab-ci.yml
@@ -82,3 +82,4 @@ pop_blackduck:
82
apt-get update -y
83
apt-get install -y rsync make jq python3 python3-pip
84
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