| commit | e55c718a58dc33a43fa1929da375c4d621221e83 | [log] [tgz] |
|---|---|---|
| author | Michal Kobus <mkobus@mirantis.com> | Thu Nov 05 16:51:23 2020 +0100 |
| committer | Michal Kobus <mkobus@mirantis.com> | Thu Nov 05 16:51:23 2020 +0100 |
| tree | 0af8ad80af21553d498257fd34cb0b3f3ff37abf | |
| parent | 6ec7430583b17e15465897f50f13f7bb2158951d [diff] |
Replace 12 spaces with newline in commit description
To avoid unexpected indentation like in:
```
Update Helm charts of prometheus
Build-Url: https://ci.mcp.mirantis.net/job/helm-publish-metadata-prometheus/80/
Related-To: PRODX-8030
Change-Id: I2e9a3899c195ed2f5d4543adc08f7650a10e0953
```
Change-Id: I4dca3109182cfb7ac60eb079e90c2c1312089d65
diff --git a/src/com/mirantis/mk/ReleaseWorkflow.groovy b/src/com/mirantis/mk/ReleaseWorkflow.groovy index a531d48..da17fb9 100644 --- a/src/com/mirantis/mk/ReleaseWorkflow.groovy +++ b/src/com/mirantis/mk/ReleaseWorkflow.groovy
@@ -181,8 +181,7 @@ commitMessage = """${comment} - |${ChangeId} - """.stripMargin() + |${ChangeId}\n""".stripMargin() // Add some useful info (if it present) to commit message if (env.BUILD_URL) {