diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-23 10:37:49 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-23 11:18:20 -0500 |
commit | 6f91e0ba8db761cc8ae95c8284091d4fef5e2b48 (patch) | |
tree | 57683f66b26beaeda94274dddab68a36c71af744 /docker_build.sh | |
parent | e638c62f002a339536a6a76515ed8a238b135d90 (diff) |
cleaning up - better verify/merge
Change-Id: Ief6428eefa6faed69236c9c481e500a0e7948e0b
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'docker_build.sh')
-rwxr-xr-x[-rw-r--r--] | docker_build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker_build.sh b/docker_build.sh index 001a2c0d..b21a6955 100644..100755 --- a/docker_build.sh +++ b/docker_build.sh @@ -6,6 +6,9 @@ echo '============== STARTING SCRIPT TO BUILD DOCKER IMAGES =================' DOCKER_REPOSITORY=nexus3.openecomp.org:10003 DOCKER_VERSION=latest +export DOCKER_REPOSITORY +export DOCKER_VERSION + cp policy-pe/* target/policy-pe/ cp policy-drools/* target/policy-drools/ |