Fix CI test result placement.

pull/61359/merge
Matt Clay 6 years ago
parent 1db78d4ba4
commit 20d9c34862

@ -121,7 +121,7 @@ function cleanup
fi
if [ -d test/results/junit/ ]; then
cp -a test/results/junit/ shippable/testresults/
cp -aT test/results/junit/ shippable/testresults/
fi
if [ -d test/results/data/ ]; then

Loading…
Cancel
Save