Skip to content

Commit 2af1710

Browse files
committed
Null timeout
1 parent 4621674 commit 2af1710

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Commands/DockerBuildCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public function handle(): int
1818
command: [$command],
1919
cwd: base_path(),
2020
env: $this->getEnvironment(),
21+
timeout: null,
2122
);
2223

2324
return $this->runProcess($process);

src/Commands/DockerPushCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public function handle(): int
1818
command: [$command],
1919
cwd: base_path(),
2020
env: $this->getEnvironment(),
21+
timeout: null,
2122
);
2223

2324
return $this->runProcess($process);

0 commit comments

Comments
 (0)