commit | c27a2aac91f37d64a15e65cf98bd7be65c911f2e | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Wed Jul 06 19:20:04 2016 -0400 |
committer | Andy Bavier <andy@onlab.us> | Wed Jul 06 19:20:04 2016 -0400 |
tree | 7bc3bb05eaeb514979d109b3d7c6d0eada4398be | |
parent | 6dbb1a32a7583d3bdc5626ac0273f01ba5e8adc5 [diff] |
deploy -> deployPlatform Change-Id: I26c500c1e60753f7d8c3b811b2c7c43710611e4d
diff --git a/build.gradle b/build.gradle index 92c7c39..867e73e 100644 --- a/build.gradle +++ b/build.gradle
@@ -115,7 +115,7 @@ tasks.addRule(new DockerTagRule(project)) tasks.addRule(new GitSubmoduleUpdateRule(project)) -task deploy (type: Exec) { +task deployPlatform (type: Exec) { dependsOn copyAnsibleInventory println "Using deployment config: $deployConfig"