-q for apt update

This commit is contained in:
Maximilian Kratz 2023-01-15 10:09:49 +01:00
parent 4ef63c9913
commit 5d53a5a259

View file

@ -7,7 +7,7 @@ pipeline:
github-personal:
image: debian:latest
commands:
- apt-get update && apt-get install -yq curl jq
- apt-get update -q && apt-get install -yq curl jq
- /bin/bash github2gitea-mirror -m repo -r https://github.com/maxkratz/docker_texlive -u maxkratz
secrets:
- GITEA_URL