[Agent][Deploy] - fix bugs

This commit is contained in:
zeaslity
2024-05-10 10:58:10 +08:00
parent 761707b298
commit d7be02253f
4 changed files with 5853 additions and 6131 deletions

View File

@@ -20,7 +20,7 @@ var log = logger.Log
func init() {
switch runtime.GOOS {
case "linux":
ApplyFilePrefix = "Linux value"
ApplyFilePrefix = "/home/wdd/IdeaProjects/ProjectOctopus/agent-operator/deploy/z_file/"
case "darwin": // macOS
ApplyFilePrefix = "MacOS value"
case "windows":