mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 03:06:27 +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
|
// a bit of a hack, as the multistage images aren't
|
||||||
// present, but it shouldn't make a difference as these
|
// present, but it shouldn't make a difference as these
|
||||||
// will never change
|
// will never change
|
||||||
_.times(7, () => image),
|
_.times(6, () => image),
|
||||||
docker,
|
docker,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user