Cirrus: Backport PR #3562

Same package metadata problem found to affect older release branch
'conformance' testing.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2021-11-15 13:54:47 -05:00
parent 87a0565219
commit 9439690000
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ EOF
ubuntu)
if [[ "$1" == "conformance" ]]; then
msg "Installing previously downloaded/cached packages"
bigto dpkg -i $PACKAGE_DOWNLOAD_DIR/*.deb
ooe.sh dpkg -i \
$PACKAGE_DOWNLOAD_DIR/containerd.io*.deb \
$PACKAGE_DOWNLOAD_DIR/docker-ce*.deb
fi
;;
*)