commit | d86d96d26c7c208693a4357e5717ae874caeb795 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Wed Jun 01 17:28:46 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Wed Jun 01 17:28:46 2016 -0700 |
tree | 1d86967a0cd4bfb17249d46dd62e74e5c0b0d441 | |
parent | f0da8734beea2c4981a26888df68dd2be58dab63 [diff] [blame] |
update to build the correct container and also fix a few bugs
diff --git a/build.gradle b/build.gradle index 7e3ea90..f5120d3 100644 --- a/build.gradle +++ b/build.gradle
@@ -59,7 +59,7 @@ } task buildProvisionerImage(type: Exec) { - commandLine "$dockerPath/docker", 'build', '-t', 'cord-provisioner', './ip-allocator' + commandLine "$dockerPath/docker", 'build', '-t', 'cord-provisioner', './provisioner' } task tagProvisionerImage(type: Exec) {