mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 19:48:32 +02: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:
parent
c56432ea09
commit
06c2456f45
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ def projects = ['production': 'domain-registry',
|
||||||
|
|
||||||
def environment = rootProject.findProperty("environment")
|
def environment = rootProject.findProperty("environment")
|
||||||
if (environment == null) {
|
if (environment == null) {
|
||||||
environment = 'alpha'
|
environment = 'production'
|
||||||
}
|
}
|
||||||
def gcpProject = projects[environment]
|
def gcpProject = projects[environment]
|
||||||
if (gcpProject == null) {
|
if (gcpProject == null) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue