summaryrefslogtreecommitdiffstats
path: root/bin/build_images.sh
diff options
context:
space:
mode:
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2018-08-27 17:00:26 -0700
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2018-08-27 17:20:56 -0700
commita5c07a62289e05e3fc7ee0d3baa702c8c3299356 (patch)
treecf7b1925a5be2692541031b3fb19ecafb2a45c05 /bin/build_images.sh
parentb4133b73e86c4f8cbd4284dde9970c2e8216baa4 (diff)
Add build script for testcaservice container
Add script to build and push the image to nexus repo. Invoke the script from top level build script. Issue-ID: AAF-447 Change-Id: I112efd4b484ee05e0ba0811efcb8ba7082a5d621 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Diffstat (limited to 'bin/build_images.sh')
-rwxr-xr-xbin/build_images.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/build_images.sh b/bin/build_images.sh
index 43996ed..d47a893 100755
--- a/bin/build_images.sh
+++ b/bin/build_images.sh
@@ -12,3 +12,7 @@ chmod 755 build_distcenter_image.sh
cd ../abrmdcontainer
chmod 755 build_abrmd_image.sh
./build_abrmd_image.sh
+
+cd ../caservicecontainer
+chmod 755 build_testcaservice_image.sh
+./build_testcaservice_image.sh