You've already forked sap-jenkins-library
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user