Provisioning: Fix installing certificates

Don't try to re-install, but install and let apt do its magic.

Pick-to: 6.8
Fixes: QTQAINFRA-6638
Change-Id: I60ccd2717854c6644d1b956362ee3fd535e2d87c
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
This commit is contained in:
Simo Fält
2024-10-07 13:44:52 +03:00
parent 1c2f0cf6d1
commit f24dacca36

View File

@@ -31,7 +31,7 @@ EOC
#(ping -c 3 repo-clones.ci.qt.io && set_internal_repo) || echo "Internal package repository not found. Using public repositories."
# Make sure needed ca-certificates are available
sudo apt-get install --reinstall ca-certificates
installPackages+=(ca-certificates)
## Tools
# Git is not needed by builds themselves, but is nice to have