File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed
Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -812,11 +812,9 @@ jobs:
812812 steps :
813813 - attach_workspace :
814814 at : ~/workspace
815- - run :
816- << : *should_run_job
815+ - should_run_job
817816 - checkout
818- - run :
819- << : *ios_brew_update
817+ - run_brew_for_ios_build
820818 - run :
821819 name : Build
822820 contxt : org-member
@@ -836,11 +834,9 @@ jobs:
836834 steps :
837835 - attach_workspace :
838836 at : ~/workspace
839- - run :
840- << : *should_run_job
837+ - should_run_job
841838 - checkout
842- - run :
843- << : *ios_brew_update
839+ - run_brew_for_ios_build
844840 - run :
845841 name : Upload
846842 no_output_timeout : " 1h"
Original file line number Diff line number Diff line change 223223 steps :
224224 - attach_workspace :
225225 at : ~/workspace
226- - run :
227- << : *should_run_job
226+ - should_run_job
228227 - checkout
229- - run :
230- << : *ios_brew_update
228+ - run_brew_for_ios_build
231229 - run :
232230 name : Build
233231 contxt : org-member
247245 steps :
248246 - attach_workspace :
249247 at : ~/workspace
250- - run :
251- << : *should_run_job
248+ - should_run_job
252249 - checkout
253- - run :
254- << : *ios_brew_update
250+ - run_brew_for_ios_build
255251 - run :
256252 name : Upload
257253 no_output_timeout : " 1h"
You can’t perform that action at this time.
0 commit comments