commit | eb56d71b28c59e957fd01371b4ba40ba035476bc | [log] [tgz] |
---|---|---|
author | Zsolt Haraszti <zharaszt@ciena.com> | Sat Sep 10 22:20:52 2016 -0700 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Sat Sep 10 22:20:52 2016 -0700 |
tree | 434b18ae4ac3247a697c6a867eb799b62eb88837 | |
parent | 51af3395e6ce2e54079e670d31e202770f99a5e8 [diff] [blame] |
Make gradle buildImages task to rely on 'make'
diff --git a/build.gradle b/build.gradle index 3de2870..83c07b9 100644 --- a/build.gradle +++ b/build.gradle
@@ -57,7 +57,7 @@ // To be used to generate all needed binaries that need to be present on the target // as docker images in the local docker runner. task buildImages(type: Exec) { - commandLine "docker", 'build', '-t', 'cord/voltha', '-f', 'Dockerfile', '.' + commandLine "make" } task tagImage(type: Exec) {