Skip to content

Commit 71d4f65

Browse files
committed
[iOS] fix circle CI
ghstack-source-id: afed4e0 Pull Request resolved: #26225
1 parent 6d3ac7f commit 71d4f65

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

.circleci/config.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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"

.circleci/verbatim-sources/binary-job-specs.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,9 @@
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
@@ -247,11 +245,9 @@
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"

0 commit comments

Comments
 (0)