mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01: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
5aa2c2e065
commit
1efd60ca26
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ image: debian:bullseye-slim
|
|||
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get -y upgrade
|
||||
- apt-get -y install openjdk-11-jdk gradle
|
||||
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue