Update build script for apps and dockers 93/8493/3
authorChristopher Lott (cl778h) <clott@research.att.com>
Wed, 23 Aug 2017 20:23:54 +0000 (16:23 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Wed, 23 Aug 2017 21:25:02 +0000 (17:25 -0400)
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>
jjb/portal/docker-build-deploy.sh
jjb/portal/docker-build-push.sh
jjb/portal/docker-build-release.sh

index dd114af..5e211fe 100644 (file)
@@ -3,5 +3,5 @@ echo $CURRENTDIR
 ls -ltr
 cd deliveries
 ls -ltr
-chmod 755 *.*
-./run.sh
+chmod 755 *.sh
+./build_portalapps_dockers.sh
index c3851dd..d05190c 100644 (file)
@@ -3,5 +3,5 @@ echo $CURRENTDIR
 ls -ltr
 cd deliveries
 ls -ltr
-chmod 755 *.*
+chmod 755 *.sh
 ./os_docker_push.sh
index 89a5fc1..0bbd2c8 100644 (file)
@@ -3,5 +3,5 @@ echo $CURRENTDIR
 ls -ltr
 cd deliveries
 ls -ltr
-chmod 755 *.*
+chmod 755 *.sh
 ./os_docker_release.sh