File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,7 @@ steps:
3535 source $BASH_ENV
3636
3737 - when :
38- condition :
39- and :
40- - <<parameters.homebrew_cache>>
41- - or :
42- - <<parameters.android>>
43- - <<parameters.detox>>
38+ condition : <<parameters.homebrew_cache>>
4439 steps :
4540 - restore_cache :
4641 key : |
@@ -63,12 +58,7 @@ steps:
6358 command : node --version
6459
6560 - when :
66- condition :
67- and :
68- - <<parameters.homebrew_update>>
69- - or :
70- - <<parameters.android>>
71- - <<parameters.detox>>
61+ condition : <<parameters.homebrew_update>>
7262 steps :
7363 - run :
7464 name : Update brew
@@ -93,12 +83,7 @@ steps:
9383 HOMEBREW_NO_AUTO_UPDATE=1 brew install applesimutils >/dev/null
9484
9585 - when :
96- condition :
97- and :
98- - <<parameters.homebrew_cache>>
99- - or :
100- - <<parameters.android>>
101- - <<parameters.detox>>
86+ condition : <<parameters.homebrew_cache>>
10287 steps :
10388 - save_cache :
10489 paths :
You can’t perform that action at this time.
0 commit comments