6da5779eb7
Summary: The publish script will fail on forked PRs anyway as the $CIRCLE_NPM_TOKEN envvar will be missing or incorrect. We also move buck fetches to their own own shell script. These are shared by the Android and Deploy jobs, and using -ex will allow us to see which specific command failed without the need to list all steps in the config file. Finally, cache keys are updated as architecture is only relevant in caches that may be reused across macOS and linux, which is not the case for Android. Pull Request resolved: https://github.com/facebook/react-native/pull/19856 Differential Revision: D8956879 Pulled By: hramos fbshipit-source-id: cfc360b9c603497fee53433471537bdc15a0a1c8 |
||
---|---|---|
.. | ||
README.md | ||
config.yml |
README.md
Circle CI
This directory is home to the Circle CI configuration file. Circle is our continuous integration service provider. You can see the overall status of React Native's builds at https://circleci.com/gh/facebook/react-native
You may also see an individual PR's build status by scrolling down to the Checks section in the PR.