mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 06:18:58 +00:00
Merge pull request #9960 from sprt/fix-garm
ci: Transition GARM tests to free runners, pt. I
This commit is contained in:
@@ -17,8 +17,6 @@ image="${image:-instrumentisto/nmap:latest}"
|
||||
function install_dependencies() {
|
||||
info "Installing the dependencies needed for running the docker smoke test"
|
||||
|
||||
install_docker
|
||||
|
||||
sudo -E docker pull "${image}"
|
||||
}
|
||||
|
||||
|
@@ -29,7 +29,6 @@ function install_dependencies() {
|
||||
sudo apt-get -y install "${system_deps[@]}"
|
||||
|
||||
ensure_yq
|
||||
install_docker
|
||||
check_ctr_images "${IMAGE}" "${DOCKERFILE}"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user