Merge pull request #9960 from sprt/fix-garm

ci: Transition GARM tests to free runners, pt. I
This commit is contained in:
Steve Horsman
2024-07-04 09:04:58 +01:00
committed by GitHub
3 changed files with 6 additions and 21 deletions

View File

@@ -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}"
}

View File

@@ -29,7 +29,6 @@ function install_dependencies() {
sudo apt-get -y install "${system_deps[@]}"
ensure_yq
install_docker
check_ctr_images "${IMAGE}" "${DOCKERFILE}"
}