mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 22:03:04 +00:00
Make sure it ends up in artifacts.
This commit is contained in:
parent
a79c581332
commit
da9913be45
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user