Skip to content

Commit

Permalink
fix(plugin): add CDS_SEMVER metadata
Browse files Browse the repository at this point in the history
As a CDS user in order to access to my semver attribute i want to add CDS_SEMVER in my deployment metadata
  • Loading branch information
yroffin authored and fsamin committed Jun 14, 2018
1 parent bdf1891 commit 349b8bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/grpcplugins/deployment/arsenal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const deployData = `{
"CDS_WORKFLOW": "{{.cds.workflow}}",
"CDS_PROJECT": "{{.cds.project}}",
"CDS_VERSION": "{{.cds.version}}",
"CDS_SEMVER": "{{.cds.semver}}",
"CDS_GIT_REPOSITORY": "{{.git.repository}}",
"CDS_GIT_HASH": "{{.git.hash}}"
}
Expand Down

0 comments on commit 349b8bf

Please sign in to comment.