File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ steps:
143143 docker build -t test-runner-image -f x-pack/distributions/internal/observabilitySRE/docker/Dockerfile .
144144 docker run test-runner-image /bin/bash -c '
145145 source ci/get-test-half.sh
146- specs=$(get_test_half 0)
146+ specs=\ $(get_test_half 0)
147147 ./gradlew --info --stacktrace -PrunTestsInFIPSMode=true runIntegrationTests -PrubyIntegrationSpecs="$specs"
148148 '
149149
@@ -165,7 +165,7 @@ steps:
165165 docker build -t test-runner-image -f x-pack/distributions/internal/observabilitySRE/docker/Dockerfile .
166166 docker run test-runner-image /bin/bash -c '
167167 source ci/get-test-half.sh
168- specs=$(get_test_half 1)
168+ specs=\ $(get_test_half 1)
169169 ./gradlew --info --stacktrace -PrunTestsInFIPSMode=true runIntegrationTests -PrubyIntegrationSpecs="$specs"
170170 '
171171
You can’t perform that action at this time.
0 commit comments