File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ fallbackSearchServicePrefix: https://search-dot-dartlang-pub-dev.appspot.com
99defaultServiceBaseUrl : https://{{GAE_VERSION}}-dot-{{GOOGLE_CLOUD_PROJECT}}.appspot.com
1010popularityDumpBucketName : dartlang-pub-dev--popularity
1111searchSnapshotBucketName : dartlang-pub-dev--search-snapshot
12- exportedApiBucketName : null
12+ exportedApiBucketName : dartlang-pub-dev-exported-api
1313maxTaskInstances : 50
1414maxTaskRunHours : 2
1515taskResultBucketName : dartlang-pub-dev-task-output
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ fallbackSearchServicePrefix: https://search-dot-dartlang-pub.appspot.com
1212defaultServiceBaseUrl : https://{{GAE_VERSION}}-dot-{{GOOGLE_CLOUD_PROJECT}}.appspot.com
1313popularityDumpBucketName : dartlang-pub--popularity
1414searchSnapshotBucketName : dartlang-pub--search-snapshot
15- exportedApiBucketName : null
15+ exportedApiBucketName : dartlang-pub-exported-api
1616maxTaskInstances : 700
1717maxTaskRunHours : 2
1818taskResultBucketName : dartlang-pub-task-output
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ final class Configuration {
423423 publicPackagesBucketName! ,
424424 searchSnapshotBucketName! ,
425425 taskResultBucketName! ,
426- if (exportedApiBucketName != null ) exportedApiBucketName! ,
426+ exportedApiBucketName! ,
427427 ]);
428428
429429 late final isProduction = projectId == 'dartlang-pub' ;
You can’t perform that action at this time.
0 commit comments