1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Preserve test/results/data/ in Shippable jobs.

This commit is contained in:
Matt Clay 2018-01-12 07:36:17 -08:00
parent 2b66d9966c
commit d8673ed72a

View file

@ -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/
}