From 228ce833f90aff40e4a0adfa843cdac7d45e2572 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Tue, 17 Apr 2018 10:39:11 -0700 Subject: Enabling container build for quorum client Enabling the building of docker images for the quorum client Issue-ID: AAF-95 Change-Id: I5800e0972cbebf38d560d975e4bcb0e7939deeeb Signed-off-by: Kiran Kamineni --- sms-service/bin/build_image.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sms-service/bin/build_image.sh b/sms-service/bin/build_image.sh index 3855903..a7314f7 100755 --- a/sms-service/bin/build_image.sh +++ b/sms-service/bin/build_image.sh @@ -1,2 +1,3 @@ #!/bin/bash -./build_sms_image.sh \ No newline at end of file +./build_sms_image.sh +./build_quorum_image.sh \ No newline at end of file -- cgit 1.2.3-korg