Skip to content

Commit

Permalink
Cirrus: Backport PR #3562
Browse files Browse the repository at this point in the history
Same package metadata problem found to affect older release branch
'conformance' testing.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Nov 15, 2021
1 parent 87a0565 commit 9439690
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/cirrus/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
*)
Expand Down

0 comments on commit 9439690

Please sign in to comment.