ci: ignore errors on apt update

Just to avoid e.g. invalid signature errors. The important command is
the actual install of required packages.
This commit is contained in:
Aleksander Morgado
2019-10-16 18:33:48 +02:00
parent 5316e9e4e5
commit f30d3d46b9

View File

@@ -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: