diff options
author | Ramesh Murugan Iyer <ramesh.murugan.iyer@est.tech> | 2024-07-22 08:09:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-07-22 08:09:33 +0000 |
commit | 4e38c5a0df50fe4fff97dd88ddf776cffb58dcc3 (patch) | |
tree | 4ec1176a84864e81ea682ff4c9206644ffa78f8d /compose/export-ports.sh | |
parent | 6e5018fa5717eeefdb2a0319d0dad7ae0ddd4595 (diff) | |
parent | daecbb96b9a747a2edaf33a3e9a9784cc71440a8 (diff) |
Merge "Add CSIT option to run xacml-pdp against postgres database"
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 |