12 lines
228 B
Go
12 lines
228 B
Go
package definition
|
|
|
|
import (
|
|
"git.inspur.com/sbg-jszt/cfn/cfn-schedule-agent/pkg/utils"
|
|
"path/filepath"
|
|
)
|
|
|
|
var (
|
|
RunDirectory, _ = utils.GetCurrentPath()
|
|
CompressedAgentPath = filepath.Join(RunDirectory, "../upgrade")
|
|
)
|