Preserve `test/results/data/` in Shippable jobs.
parent
2b66d9966c
commit
d8673ed72a
|
@ -95,6 +95,7 @@ function cleanup
|
|||
|
||||
rmdir shippable/testresults/
|
||||
cp -a test/results/junit/ shippable/testresults/
|
||||
cp -a test/results/data/ shippable/testresults/
|
||||
cp -aT test/results/bot/ shippable/testresults/
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue