Commit 17db38c
committed
Remove optional params of android_build_prechecks
As those are all optional and all default to `false`.
I've also made those calls on single line now that they are shorter, and added the `unless options[:skip_prechecks]`, to match the call site style we already used in the `build_beta` lane on line 67
See discussion with @ParaskP7 in #17046 (comment)1 parent 0457096 commit 17db38c
1 file changed
Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 18 | + | |
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
| |||
48 | 43 | | |
49 | 44 | | |
50 | 45 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 46 | + | |
57 | 47 | | |
58 | 48 | | |
59 | 49 | | |
| |||
0 commit comments