summaryrefslogtreecommitdiffstats
path: root/jjb/portal/docker-build-deploy.sh
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-08-23 16:23:54 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-08-23 17:25:02 -0400
commit0d3c5a81c7df382b08c77969e4f72d7a694ae817 (patch)
tree0bb3f71930e2997cfc2f0c33ad77758840c08037 /jjb/portal/docker-build-deploy.sh
parent322dd78156c8751048a721f5c6df18c267c6e7a2 (diff)
Update build script for apps and dockers
This primarily prepares for a change in portal deliveries folder to use docker-compose instead of shell scripts. Issue: PORTAL-75 Change-Id: I4ec141b30acde2cfd05c409a0a51888d1242e0f9 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'jjb/portal/docker-build-deploy.sh')
-rw-r--r--jjb/portal/docker-build-deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/portal/docker-build-deploy.sh b/jjb/portal/docker-build-deploy.sh
index dd114af76..5e211fefc 100644
--- a/jjb/portal/docker-build-deploy.sh
+++ b/jjb/portal/docker-build-deploy.sh
@@ -3,5 +3,5 @@ echo $CURRENTDIR
ls -ltr
cd deliveries
ls -ltr
-chmod 755 *.*
-./run.sh
+chmod 755 *.sh
+./build_portalapps_dockers.sh