mirror of
https://github.com/google/nomulus
synced 2026-01-11 08:20:27 +00:00
Set default environment to production
This way when "gradle build" runs it will test if we can successfully stage the produciton GAE files.
This commit is contained in:
@@ -8,7 +8,7 @@ def projects = ['production': 'domain-registry',
|
||||
|
||||
def environment = rootProject.findProperty("environment")
|
||||
if (environment == null) {
|
||||
environment = 'alpha'
|
||||
environment = 'production'
|
||||
}
|
||||
def gcpProject = projects[environment]
|
||||
if (gcpProject == null) {
|
||||
|
||||
Reference in New Issue
Block a user