summaryrefslogtreecommitdiffstats
path: root/jjb/policy/include-raw-docker-verify.sh
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-21 09:39:13 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-21 10:10:49 -0500
commit6e1ee1e63d77ff8216c7c5afbf28b563be6ff243 (patch)
treef4aa7d2d6db8ee9cd5f282b03b9ea69a048282cf /jjb/policy/include-raw-docker-verify.sh
parentca4c0e0c8b9d0d8daf77d20fe16f23e3238b5b93 (diff)
must be executable
Change-Id: I5a16bcd806385739b250eb2724562ccb31f191bb Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'jjb/policy/include-raw-docker-verify.sh')
-rw-r--r--jjb/policy/include-raw-docker-verify.sh12
1 files changed, 5 insertions, 7 deletions
diff --git a/jjb/policy/include-raw-docker-verify.sh b/jjb/policy/include-raw-docker-verify.sh
index d1943ba7c..c89b26778 100644
--- a/jjb/policy/include-raw-docker-verify.sh
+++ b/jjb/policy/include-raw-docker-verify.sh
@@ -1,12 +1,10 @@
#!/bin/bash
#
-echo '============== STARTING SCRIPT TO BUILD DOCKER IMAGES ================='
+echo '============== CALLING SCRIPT TO VERIFY DOCKER IMAGES ================='
+CURRENTDIR="$(pwd)"
+echo $CURRENTDIR
-DOCKER_REPOSITORY=nexus3.openecomp.org:10003
+chmod 755 *.*
-for image in policy-os policy-nexus policy-db policy-base policy-drools policy-pe ; do
- echo "Building $image"
- mkdir -p target/$image
- cp $image/* target/$image
-done
+./docker_verify.sh \ No newline at end of file