diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-16 18:33:48 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-16 18:33:50 +0200 |
commit | f30d3d46b975ea26d88326a287029d9e71523d89 (patch) | |
tree | 876898f296e9180180c76f447a1ba9e6f418bde7 | |
parent | 5316e9e4e56faa606c2ae4f19087ae98b8c3944d (diff) |
ci: ignore errors on apt update
Just to avoid e.g. invalid signature errors. The important command is
the actual install of required packages.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |