Skip to content

Commit

Permalink
build(android): remove Legacy package phase from release.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Dec 19, 2024
1 parent 0686d0e commit 93a8087
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .buildkite/pipeline.release.fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@
JAVA_HOME: /opt/openjdk/openlogic-openjdk-17.0.9+9-mac-x64/jdk-17.0.9.jdk/Contents/Home
artifact_paths: "/Users/builder/uibuilder/work/detox/Detox-android/**/*"

- label: ":android: Package android Legacy"
key: 'android_package_legacy'
command:
- "nvm install"
- "npm install"
- "npm run package:android"
env:
REACT_NATIVE_VERSION: 0.71.10
DETOX_DISABLE_POSTINSTALL: true
DETOX_DISABLE_POD_INSTALL: true
artifact_paths: "/Users/builder/uibuilder/work/detox/Detox-android/**/*"

- label: ":shipit: Publish"
depends_on:
- 'android_package'
Expand Down

0 comments on commit 93a8087

Please sign in to comment.