1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00
This commit is contained in:
Googlom
2025-07-15 16:41:19 +03:00
parent 552155566e
commit 39f18628fe

View File

@@ -420,6 +420,9 @@ func ProcessMetaFiles(metadataFiles []string, moduleName, targetDir string, step
myStepInfo.ModuleName = moduleName
checkError(err)
err = os.Mkdir(targetDir, 0644)
checkError(err)
step := stepTemplate(myStepInfo, "step", stepGoTemplate)
err = stepHelperData.WriteFile(filepath.Join(targetDir, fmt.Sprintf("%v_generated.go", stepName)), step, 0644)
checkError(err)