From 14919a4555ecfd17bac8f43e51cfe3068b58c495 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Wed, 23 Nov 2022 13:11:24 +0300 Subject: [PATCH] Indent --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2df03fd17..77ee350e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -573,7 +573,7 @@ jobs: at: . - run: name: 'Detect newly introduced tests' - command: | + command: | testForDebugging="<< parameters.test >>" if [ -z "$testForDebugging" ]; then @@ -586,7 +586,7 @@ jobs: echo "No test found." circleci-agent step halt fi - + echo export tests=\""$tests"\" >> "$BASH_ENV" source "$BASH_ENV" - run: