Skip to content

Commit

Permalink
Also copy hermes-runtime-android-v*.tar.gz as a npm build artifact
Browse files Browse the repository at this point in the history
Summary:
We currently don't copy hermes-runtime-android-* to the build artifact
output directory of the npm job, so getting this file requires four
extra clicks compared to the others.

This change fixes this unacceptable grievance.

Reviewed By: tmikov

Differential Revision: D19608102

fbshipit-source-id: 4aa5c13b38ad5b8ef9a18f7b5d81898c4d410306
  • Loading branch information
willholen authored and facebook-github-bot committed Jan 29, 2020
1 parent 6edd27f commit a5f9ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ jobs:
cp hermes-engine-*.tgz /tmp/hermes/output
# Also copy the other packages for the sole purpose of not having
# to visit multiple jobs pages to download all release artifacts
cp hermes-cli-*.tar.gz /tmp/hermes/output
cp /tmp/hermes/input/*.tar.gz /tmp/hermes/output
- run:
name: Checksum artifacts
Expand Down

0 comments on commit a5f9ab8

Please sign in to comment.