mirror of
https://github.com/google/nomulus
synced 2026-09-25 01:14:43 +00:00
Put environment check in its separate task
The check for environment cannot be done when the task is defined, otherwise running any task will fail when the check does not pass. Instead, check the environment when the task executes.
This commit is contained in:
@@ -71,3 +71,4 @@ dependencies {
|
||||
|
||||
rootProject.deploy.dependsOn appengineDeploy
|
||||
rootProject.stage.dependsOn appengineStage
|
||||
appengineDeploy.dependsOn rootProject.verifyDeployment
|
||||
|
||||
Reference in New Issue
Block a user