summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>2018-03-12 14:01:52 -0400
committerIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>2018-03-12 14:02:28 -0400
commit920a905e0a36a369e15fcc20950c0b0fbe8b3555 (patch)
tree75ca525756a06e48a3ecf766b639ab6374af018d
parentdc39c1e60ee53b4d74a99a61f0cea216c0359d4d (diff)
Changes in Location of docker build scripts
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>
-rw-r--r--jjb/optf/build-optf-has-docker-image.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/optf/build-optf-has-docker-image.sh b/jjb/optf/build-optf-has-docker-image.sh
index d1405f4d2..6c93c8b9d 100644
--- a/jjb/optf/build-optf-has-docker-image.sh
+++ b/jjb/optf/build-optf-has-docker-image.sh
@@ -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