disallow fail on ci pipeline for android builds

pull/1558/head
Jeff Becker 3 years ago
parent f685d615bf
commit b8d7d0327f
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

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

Loading…
Cancel
Save