Merge "Update sdc merge job to use 8c X 8g system"
[ci-management.git] / jjb / policy / include-raw-docker-verify.sh
1 #!/bin/bash
2 #
3 echo '============== STARTING SCRIPT TO BUILD DOCKER IMAGES ================='
4
5
6 DOCKER_REPOSITORY=nexus3.openecomp.org:10003
7
8 for image in policy-os policy-nexus policy-db policy-base policy-drools policy-pe ; do
9     echo "Building $image"
10     mkdir -p target/$image
11     cp $image/* target/$image
12 done