1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

fix: whitespace

This commit is contained in:
Philip Germanov
2025-08-12 14:53:50 +03:00
parent 66acb3a8e1
commit a1d64c456f
3 changed files with 22 additions and 23 deletions

View File

@@ -119,7 +119,6 @@ func parseInput(data []byte) (piperenv.CPEMap, error) {
return commonPipelineEnv, nil
}
func writeOutput(commonPipelineEnv piperenv.CPEMap) (int, error) {
rootPath := filepath.Join(GeneralConfig.EnvRootPath, "commonPipelineEnvironment")
if err := commonPipelineEnv.WriteToDisk(rootPath); err != nil {