Skip to content

Commit

Permalink
hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
sreya committed Jul 3, 2024
1 parent c09aafe commit d107ea4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
"strconv"
"strings"
"syscall"
"time"

dockertypes "github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/container"
Expand Down Expand Up @@ -759,6 +760,8 @@ func runDockerCVM(ctx context.Context, log slog.Logger, client dockerutil.Docker
}
os.Exit(0)

Check failure on line 761 in cli/docker.go

View workflow job for this annotation

GitHub Actions / lint

deep-exit: calls to os.Exit only in main() or init() functions (revive)
}()
log.Info(ctx, "HELP")
time.Sleep(time.Second)

return nil
}
Expand Down

0 comments on commit d107ea4

Please sign in to comment.