Make sure it ends up in artifacts.

This commit is contained in:
Itamar Turner-Trauring 2020-08-14 10:47:55 -04:00
parent a79c581332
commit da9913be45

View File

@ -40,5 +40,9 @@ git diff -- "${tracking_filename}" > tracking.diff
cat tracking.diff
echo "================================="
if [ -n "${ARTIFACTS}" ]; then
cp "${SUBUNITREPORTER_OUTPUT_PATH}" "$ARTIFACTS"
fi
echo "Exiting with code ${code} from ratchet.py."
exit ${code}