Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't download hermes nightly tarball if it exists (#36368)
Summary: Currently the hermes tarball will be re-downloaded every time we run pod update even if the file already exists. This adds a check to avoid downloading it if it already exists. To avoid partial downloads causing issues (if the script is interrupted) we download first to a different file and rename it when done. ## Changelog [IOS] [FIXED] - Don't download hermes nightly tarball if it exists Pull Request resolved: #36368 Test Plan: Tested in an app using nightly builds that the download is only done once when running multiple pod update. Reviewed By: sshic Differential Revision: D43815772 Pulled By: cipolleschi fbshipit-source-id: 9dedb79cab1f1cb37cd82b425d93515c6e1728c1
- Loading branch information