From 4e565fbb2086dfb62d7cbce27193f43937eb4840 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 19 Jan 2021 09:23:31 +0200 Subject: [PATCH] Updated functions worker log --- app/workers/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/workers/functions.php b/app/workers/functions.php index 2712dc74f1..cc276ed522 100644 --- a/app/workers/functions.php +++ b/app/workers/functions.php @@ -34,7 +34,7 @@ Co\run(function() use ($environments) { // Warmup: make sure images are ready t $stdout = ''; $stderr = ''; - Console::info('Warming up '.$environment['name'].' environment...'); + Console::info('Warming up '.$environment['name'].' '.$environment['version'].' environment...'); Console::execute('docker pull '.$environment['image'], '', $stdout, $stderr);