mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 19:28:59 +00:00
Merge pull request #1050 from balena-io/fix-sync-debug
Fix invocation of livepush with sync-debug
This commit is contained in:
commit
f01e75a015
@ -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