From f30d3d46b975ea26d88326a287029d9e71523d89 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 16 Oct 2019 18:33:48 +0200 Subject: [PATCH] ci: ignore errors on apt update Just to avoid e.g. invalid signature errors. The important command is the actual install of required packages. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe7068b2..6727160d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - build before_script: - - apt update + - apt update || true - apt -y install autoconf automake libtool libglib2.0-dev libgudev-1.0-dev libgettextpo-dev autopoint xsltproc dbus build-no-qmi: