fix commit message

This commit is contained in:
Olu Shiyanbade 2022-08-25 19:57:48 +01:00
parent 737c1fdc07
commit 5c359b9c2c

View File

@ -63,7 +63,7 @@ dockerizedBuildPipeline(
deployCondition: { true },
deploy: {
runSafely 'git add docs'
runSafely "git commit -m 'Release Update for ${params.chart} ${chartVersion}'"
runSafely "git commit -m 'Release Update for ${chartVersion}'"
sshagent(credentials: [sonatypeZionCredentialsId()]) {
runSafely 'git push'