1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

disallow fail on ci pipeline for android builds

This commit is contained in:
Jeff Becker 2021-03-02 15:21:39 -05:00
parent f685d615bf
commit b8d7d0327f
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -62,7 +62,7 @@ local debian_pipeline(name, image,
}
],
};
local apk_builder(name, image, extra_cmds=[], allow_fail=true) = {
local apk_builder(name, image, extra_cmds=[], allow_fail=false) = {
kind: 'pipeline',
type: 'docker',
name: name,