diff options
Diffstat (limited to 'compose/export-ports.sh')
-rwxr-xr-x | compose/export-ports.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compose/export-ports.sh b/compose/export-ports.sh index a3422daa..aa97f493 100755 --- a/compose/export-ports.sh +++ b/compose/export-ports.sh @@ -25,6 +25,7 @@ then head -1 | sed 's/onap\/policy-api.*$//' ) + export LOCAL_IMAGES="true" else export CONTAINER_LOCATION="nexus3.onap.org:10001/" fi |