mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 18:56:24 +00:00
Fix invocation of livepush with sync-debug
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
e7652fec52
commit
37ea6a9283
@ -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,
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user