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

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

disallow fail on ci pipeline for android builds
This commit is contained in:
Jason Rhinelander 2021-03-02 20:51:18 -04:00 committed by GitHub
commit c2689ee7e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,