Changes in Location of docker build scripts 63/35263/1
authorIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
Mon, 12 Mar 2018 18:01:52 +0000 (14:01 -0400)
committerIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
Mon, 12 Mar 2018 18:02:28 +0000 (14:02 -0400)
Since the build script location changed in optf/has project
changing the respective files in ci-management too.

Issue-ID: OPTFRA-123
Change-Id: Ida722a60c908e33431001b69c3e8a095e631e80f
Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
jjb/optf/build-optf-has-docker-image.sh

index d1405f4..6c93c8b 100644 (file)
@@ -5,6 +5,6 @@ echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
 CURRENTDIR="$(pwd)"
 echo $CURRENTDIR
 
-chmod 755 ./conductor/docker/*.*
+chmod 755 ./*.*
 
-./conductor/docker/build-dockers.sh
+./build-dockers.sh