From 4e040de75d74fcd6e1ce238d87c8673efda67ccb Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Sat, 26 Nov 2016 23:58:23 -0500 Subject: [PATCH] circleci-matrix: Display "Waiting for node0 - done" message on a new line --- .circleci-matrix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci-matrix.yml b/.circleci-matrix.yml index 4201e3d..700dde5 100644 --- a/.circleci-matrix.yml +++ b/.circleci-matrix.yml @@ -48,6 +48,7 @@ command: exit_code=$? if [[ $exit_code -eq 0 ]]; then break; elif [[ $exit_code -eq 1 ]]; then echo -n "."; else exit $exit_code;fi done + echo "" echo "Waiting for node0 - done" echo "Copying base image from node0"