Merge pull request #1050 from balena-io/fix-sync-debug

Fix invocation of livepush with sync-debug
This commit is contained in:
CameronDiver 2019-07-24 05:37:26 -07:00 committed by GitHub
commit f01e75a015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
);