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

This commit is contained in:
zeaslity
2024-05-10 10:58:22 +08:00
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":