Skip to content

Commit

Permalink
add missing dependencies for full react native pipelines [full ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Aug 14, 2023
1 parent e9f879f commit 9764abd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .buildkite/full/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ steps:
# Upload full React Native pipelines
#
- label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: FULL REACT NATIVE (ANDROID) STEPS :large_blue_circle: :large_blue_circle: :large_blue_circle:"
depends_on:
- "publish-js"
- "android-builder-image"
commands:
- buildkite-agent pipeline upload .buildkite/full/react-native-android-pipeline.full.yml

- label: ":large_blue_circle: :large_blue_circle: :large_blue_circle: FULL REACT NATIVE (IOS) STEPS :large_blue_circle: :large_blue_circle: :large_blue_circle:"
depends_on:
- "publish-js"
commands:
- buildkite-agent pipeline upload .buildkite/full/react-native-ios-pipeline.full.yml

Expand Down

0 comments on commit 9764abd

Please sign in to comment.