diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-07-19 13:50:04 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-07-19 15:58:32 +0100 |
commit | daecbb96b9a747a2edaf33a3e9a9784cc71440a8 (patch) | |
tree | b15dfb91125912a7945256a68f69dc532814ad55 /compose/export-ports.sh | |
parent | bb225c8be9e911880995aefa40072e3347bd5004 (diff) |
Add CSIT option to run xacml-pdp against postgres database
Issue-ID: POLICY-5087
Change-Id: Icfece3dbb9263e09a4d59edbea8acad5a4ea7ce3
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
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 |