mirror of https://github.com/citusdata/citus.git
Indent
parent
4a622e1e76
commit
14919a4555
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue