Skip to content

Commit 21af76e

Browse files
Steve Kirkland-WaltonSteve Kirkland-Walton
authored andcommitted
Missed steps on previous commit
1 parent f9c4339 commit 21af76e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.buildkite/basic/react-native-ios-full-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ steps:
254254
- "0.72"
255255
- "0.74"
256256
- "0.76"
257-
- "0.77"
257+
# TODO: 0.77 moved to the basic pipeline (where 0.78 has been skipped) pending PLAT-14005
258+
#- "0.77"
258259

259260
- label: ":bitbar: :mac: RN {{matrix}} iOS (New Arch) end-to-end tests"
260261
depends_on: "build-react-native-ios-fixture-new-arch-full"

.buildkite/basic/react-native-ios-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ steps:
9393
concurrency_group: "bitbar"
9494
concurrency_method: eager
9595
matrix:
96-
- "0.78"
96+
# TODO: 0.78 moved back to 0.77 pending PLAT-14005
97+
- "0.77"
9798

9899
- label: ":bitbar: :mac: RN {{matrix}} iOS (New Arch) end-to-end tests"
99100
depends_on: "build-react-native-ios-fixture-new-arch"

0 commit comments

Comments
 (0)