Merge pull request #1558 from majestrate/disallow-ci-fail-android-2021-03-02

disallow fail on ci pipeline for android builds
pull/1560/head
Jason Rhinelander 3 years ago committed by GitHub
commit c2689ee7e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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