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:
parent
87a0565219
commit
9439690000
|
@ -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
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue