Skip to content

Commit 8ce8b9a

Browse files
authored
Update name of CI job in sizebot (facebook#15767)
Same as facebook#15714. I moved the artifacts step to a different job, so I need to update the name in the sizebot script to match.
1 parent 1cc3bba commit 8ce8b9a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
- facebook-www
133133
- node_modules
134134
- react-native
135+
- dist
135136
- sizes/*.json
136137

137138
process_artifacts:

dangerfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function git(args) {
136136
for (let i = 0; i < statuses.length; i++) {
137137
const status = statuses[i];
138138
// This must match the name of the CI job that creates the build artifacts
139-
if (status.context === 'ci/circleci: build') {
139+
if (status.context === 'ci/circleci: process_artifacts') {
140140
if (status.state === 'success') {
141141
baseCIBuildId = /\/facebook\/react\/([0-9]+)/.exec(
142142
status.target_url

0 commit comments

Comments
 (0)