Skip to content

Commit 349b8bf

Browse files
yroffinfsamin
authored andcommitted
fix(plugin): add CDS_SEMVER metadata
As a CDS user in order to access to my semver attribute i want to add CDS_SEMVER in my deployment metadata
1 parent bdf1891 commit 349b8bf

File tree

1 file changed

+1
-0
lines changed
  • contrib/grpcplugins/deployment/arsenal

1 file changed

+1
-0
lines changed

contrib/grpcplugins/deployment/arsenal/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ const deployData = `{
7878
"CDS_WORKFLOW": "{{.cds.workflow}}",
7979
"CDS_PROJECT": "{{.cds.project}}",
8080
"CDS_VERSION": "{{.cds.version}}",
81+
"CDS_SEMVER": "{{.cds.semver}}",
8182
"CDS_GIT_REPOSITORY": "{{.git.repository}}",
8283
"CDS_GIT_HASH": "{{.git.hash}}"
8384
}

0 commit comments

Comments
 (0)