.gitlab-ci.yml: don't upgrade packages before build

We don't need the absolute latest versions. The Docker images are
updated regularly anyway.
This commit is contained in:
Andreas Schildbach 2023-03-29 14:40:30 +02:00
parent a06ed88ae4
commit 683810366f

View file

@ -2,7 +2,6 @@ image: ubuntu:focal
before_script:
- apt-get update
- apt-get -y upgrade
- apt-get -y install ${JDK_PACKAGE}
- apt-get -y install gradle