Skip to content

Commit

Permalink
ci: install wget for downloading Helm
Browse files Browse the repository at this point in the history
Installing Helm fails if `wget` is not available. The script that
installs Helm does not seem to abort though.

By installing `wget` in preparation for deploying with Helm, the CI jobs
should get ready to run successfully.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
  • Loading branch information
nixpanic authored and mergify[bot] committed Oct 13, 2022
1 parent cf85580 commit 83369a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ done

set -x

dnf -y install git podman make
dnf -y install git podman make wget

# minikube wants the user (everything runs as root) to be in the libvirt group
getent group libvirt || groupadd --system libvirt
Expand Down

0 comments on commit 83369a3

Please sign in to comment.