Skip to content

Commit 6e5f72b

Browse files
actually use startAllContainers for retry
1 parent 6c7286d commit 6e5f72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-docker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function startInstance (shortHash, cb) {
163163
function retryStart (cb) {
164164
console.error('old errors', ERRORS);
165165
ERRORS = [];
166-
startInstance(ctx.retry, cb);
166+
startAllContainers(ctx.retry, cb);
167167
}
168168

169169
// put back into mavis

0 commit comments

Comments
 (0)