From 37ea6a92836faaf819a77568f43b3efc05e460a5 Mon Sep 17 00:00:00 2001 From: Cameron Diver Date: Tue, 23 Jul 2019 15:00:39 +0100 Subject: [PATCH] Fix invocation of livepush with sync-debug Change-type: patch Signed-off-by: Cameron Diver --- sync-debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-debug.js b/sync-debug.js index 0dadf3e1..6a6b9216 100755 --- a/sync-debug.js +++ b/sync-debug.js @@ -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, );