From fc78cc4d92b5bc296cfbf50e77f2f908e52f2092 Mon Sep 17 00:00:00 2001 From: Javinator9889 Date: Sun, 22 Sep 2019 17:23:11 +0200 Subject: [PATCH] APT assume YES but do not upgrade packages - not necessary --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d213e5c..706c83a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ cache: before_script: - python -V # Print out python version for debugging - - apt update && apt upgrade -y + - apt update - apt install -y libchromaprint-tools --install-recommends test:pylint: