mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
.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:
parent
a06ed88ae4
commit
683810366f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue