Merge remote-tracking branch 'origin/local-ss' into local-ss

# Conflicts:
#	agent-operator/deploy/OctopusDeploy.go
This commit is contained in:
zeaslity
2024-05-29 10:38:06 +08:00
25 changed files with 11220 additions and 112 deletions

View File

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