test-6495
Gokhan Gulbiz 2022-11-23 13:11:24 +03:00
parent 4a622e1e76
commit 14919a4555
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 2 additions and 2 deletions

View File

@ -573,7 +573,7 @@ jobs:
at: . at: .
- run: - run:
name: 'Detect newly introduced tests' name: 'Detect newly introduced tests'
command: | command: |
testForDebugging="<< parameters.test >>" testForDebugging="<< parameters.test >>"
if [ -z "$testForDebugging" ]; then if [ -z "$testForDebugging" ]; then
@ -586,7 +586,7 @@ jobs:
echo "No test found." echo "No test found."
circleci-agent step halt circleci-agent step halt
fi fi
echo export tests=\""$tests"\" >> "$BASH_ENV" echo export tests=\""$tests"\" >> "$BASH_ENV"
source "$BASH_ENV" source "$BASH_ENV"
- run: - run: