Skip to content

Commit

Permalink
remove duplicate android builder step from full pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Aug 11, 2023
1 parent 746b222 commit 72a40c0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .buildkite/full/react-native-android-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@ steps:

- group: "React Native (Android) Tests"
steps:
#
# Android builder
#
- label: ":docker: Build RN Android Builder image"
key: "android-builder-image"
timeout_in_minutes: 30
plugins:
- docker-compose#v4.12.0:
build: react-native-android-builder
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/js
cache-from: react-native-android-builder:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-${BRANCH_NAME}
- docker-compose#v4.12.0:
push: react-native-android-builder:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-${BRANCH_NAME}

#
# Test fixtures
#
Expand Down

0 comments on commit 72a40c0

Please sign in to comment.