mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
972741dcb4
commit
f227862d89
|
@ -58,8 +58,6 @@ func (l *logger) setExecutionContext(ec protos.ExecutionContext) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Test that the max timeout here is indeed 3 seconds.
|
|
||||||
|
|
||||||
func Upload(ctx context.Context, cfg *config.Config) error {
|
func Upload(ctx context.Context, cfg *config.Config) error {
|
||||||
l := fromContext(ctx)
|
l := fromContext(ctx)
|
||||||
if len(l.logs) == 0 {
|
if len(l.logs) == 0 {
|
||||||
|
|
Loading…
Reference in New Issue