Fix CI test result placement.
This commit is contained in:
parent
1db78d4ba4
commit
20d9c34862
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ function cleanup
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ -d test/results/junit/ ]; then
|
||||
cp -a test/results/junit/ shippable/testresults/
|
||||
if [ -d test/results/junit/ ]; then
|
||||
cp -aT test/results/junit/ shippable/testresults/
|
||||
fi
|
||||
|
||||
if [ -d test/results/data/ ]; then
|
||||
|
|
Loading…
Reference in a new issue