Fix invocation of livepush with sync-debug

Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
Cameron Diver 2019-07-23 15:00:39 +01:00
parent e7652fec52
commit 37ea6a9283

View File

@ -88,7 +88,7 @@ const performLivepush = _.debounce(async livepush => {
// a bit of a hack, as the multistage images aren't
// present, but it shouldn't make a difference as these
// will never change
_.times(7, () => image),
_.times(6, () => image),
docker,
);