新增一些内容

This commit is contained in:
zeaslity
2025-03-27 16:31:13 +08:00
parent 7b428d1e9f
commit 8d09a4191a
23 changed files with 23494 additions and 20094 deletions

View File

@@ -15,17 +15,17 @@ import (
"wdd.io/agent-operator/image"
)
var DeployFilePrefix = "/root/wddproject/ProjectOctopus/agent-common/real_project/"
var DeployFilePrefix = "/root/wddproject/WddSuperAgent/agent-common/real_project/"
var log = logger.Log
func init() {
switch runtime.GOOS {
case "linux":
DeployFilePrefix = "/root/wddproject/ProjectOctopus/agent-common/real_project/"
DeployFilePrefix = "/root/wddproject/WddSuperAgent/agent-common/real_project/"
case "windows":
DeployFilePrefix = "C:\\Users\\wdd\\Documents\\IdeaProjects\\ProjectOctopus\\agent-common\\real_project\\"
//DeployFilePrefix = "C:\\Users\\wddsh\\Documents\\IdeaProjects\\ProjectOctopus\\agent-common\\real_project\\"
DeployFilePrefix = "C:\\Users\\wdd\\Documents\\IdeaProjects\\WddSuperAgent\\agent-common\\real_project\\"
//DeployFilePrefix = "C:\\Users\\wddsh\\Documents\\IdeaProjects\\WddSuperAgent\\agent-common\\real_project\\"
}
}