chore(portainer): clean up the code EE-5188 (#8660)

This commit is contained in:
andres-portainer
2023-03-13 13:18:28 -03:00
committed by GitHub
parent 621a01ba3b
commit 15cbdb8af9
23 changed files with 111 additions and 65 deletions

View File

@@ -24,6 +24,7 @@ func GetStackFilePaths(stack *portainer.Stack, absolute bool) []string {
for _, file := range append([]string{stack.EntryPoint}, stack.AdditionalFiles...) {
filePaths = append(filePaths, filesystem.JoinPaths(stack.ProjectPath, file))
}
return filePaths
}