Skip to content
Snippets Groups Projects
Commit 9e96b3e7 authored by Simon McVittie's avatar Simon McVittie
Browse files

d/tests/relocatable-install: Archive the relocatable install

parent 44f727bc
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ apt-get -y install \
/usr/lib/pressure-vessel/relocatable/bin/pressure-vessel-build-relocatable-install \
${CI_ALLOW_MISSING_SOURCES:+--allow-missing-sources} \
--output "${AUTOPKGTEST_TMP}/relocatable-install" \
--archive "${AUTOPKGTEST_TMP}"
--archive "${AUTOPKGTEST_ARTIFACTS}"
if command -v python3.5; then
PYTHON=python3.5
......@@ -33,6 +33,3 @@ for archive in "${AUTOPKGTEST_TMP}"/*.tar.*; do
echo "==== $(basename "$archive") ===="
tar -tvf "$archive"
done
# TODO: When the coordinator can accept bigger artifacts, use
# --archive=${AUTOPKGTEST_ARTIFACTS} instead
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment