Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Jan 31, 2025
1 parent c172b36 commit 328fc7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ pipeline {
def existingComponent = existingManifest.components.find { it.name == componentName.name }
if (existingComponent) {
def branchRef = RELEASE_VERSION.split('\\.')[0..1].join('.')
existingComponent.ref = "'" + branchRef + "'"
existingComponent.ref = "'${branchRef}'"
}
}
writeYaml file: "manifests/${params.RELEASE_VERSION}/${productName}-${params.RELEASE_VERSION}.yml", data: existingManifest, overwrite: true
Expand Down

0 comments on commit 328fc7e

Please sign in to comment.