Skip to content

Commit 824973a

Browse files
committed
Move files inside of container
1 parent 77a2fa0 commit 824973a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.buildkite/run-client.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,4 @@ docker run \
2828
--name elasticsearch-js \
2929
--rm \
3030
elastic/elasticsearch-js \
31-
npm run test:integration
32-
33-
echo "--- Gathering JUnit output"
34-
mv "$repo/junit-output/$TEST_SUITE-report-junit.xml" "$repo/junit-output/junit-$BUILDKITE_JOB_ID.xml"
31+
bash -c "npm run test:integration; [ -f $repo/$TEST_SUITE-report-junit.xml ] && mv $repo/$TEST_SUITE-report-junit.xml /junit-output/junit-$BUILDKITE_JOB_ID.xml || echo"

0 commit comments

Comments
 (0)