diff --git a/.circleci/config.yml b/.circleci/config.yml index 1462059224b6a..ba1b117947d6a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,6 +132,7 @@ jobs: - facebook-www - node_modules - react-native + - dist - sizes/*.json process_artifacts: diff --git a/dangerfile.js b/dangerfile.js index f8e8ee94e0d37..985c6b675626d 100644 --- a/dangerfile.js +++ b/dangerfile.js @@ -136,7 +136,7 @@ function git(args) { for (let i = 0; i < statuses.length; i++) { const status = statuses[i]; // This must match the name of the CI job that creates the build artifacts - if (status.context === 'ci/circleci: build') { + if (status.context === 'ci/circleci: process_artifacts') { if (status.state === 'success') { baseCIBuildId = /\/facebook\/react\/([0-9]+)/.exec( status.target_url