Re-enable automatic invoice publish

All the pipeline-crashing problems should be fixed now, so we should have no
problem re-automating the invoice publish.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207265990
This commit is contained in:
larryruili 2018-08-03 07:49:33 -07:00 committed by jianglai
parent 3f55216b21
commit 0b8e7498e0

View file

@ -620,8 +620,7 @@ public final class RegistryConfig {
@Provides
@Config("defaultShouldPublishInvoices")
public static boolean provideDefaultShouldPublishInvoices() {
// TODO(b/78278360): Make the default 'true' once we're done with SUNRISE.
return false;
return true;
}
/**