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:
@@ -4,7 +4,7 @@ stages:
|
|||||||
- build
|
- build
|
||||||
|
|
||||||
before_script:
|
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
|
- apt -y install autoconf automake libtool libglib2.0-dev libgudev-1.0-dev libgettextpo-dev autopoint xsltproc dbus
|
||||||
|
|
||||||
build-no-qmi:
|
build-no-qmi:
|
||||||
|
Reference in New Issue
Block a user