Skip to content

Commit

Permalink
ci: crio: Pass -y to apt
Browse files Browse the repository at this point in the history
That was something overlooked during my tests. :-/

Fixes: #8005

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit ebaa4fa)
  • Loading branch information
fidencio committed Oct 6, 2023
1 parent 3f2780f commit 468a321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gha-run-k8s-common.sh
Expand Up @@ -224,7 +224,7 @@ function setup_crio() {
curl -L https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:cri-o:${crio_version}/${os}/Release.key | sudo apt-key add -
curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/${os}/Release.key | sudo apt-key add -
sudo apt update
sudo apt install cri-o cri-o-runc
sudo apt install -y cri-o cri-o-runc
sudo systemctl enable --now crio
}

Expand Down

0 comments on commit 468a321

Please sign in to comment.