Skip to content

Commit

Permalink
fix: improve exec logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Nov 13, 2024
1 parent bb0b090 commit 31984e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mageutil/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ func Build(binaries []string) {
KillExistBinaries()
}

InitForSSC()
platforms := os.Getenv("PLATFORMS")
if platforms == "" {
platforms = DetectPlatform()
Expand Down
1 change: 0 additions & 1 deletion mageutil/path.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func init() {

dirs := []string{
OpenIMOutputConfig,
OpenIMK8sConfig,
OpenIMOutput,
OpenIMOutputTools,
OpenIMOutputTmp,
Expand Down

0 comments on commit 31984e4

Please sign in to comment.