diff options
Diffstat (limited to 'compose/start-compose.sh')
-rwxr-xr-x | compose/start-compose.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose/start-compose.sh b/compose/start-compose.sh index 49006f11..f4ded5c8 100755 --- a/compose/start-compose.sh +++ b/compose/start-compose.sh @@ -61,7 +61,7 @@ cd ${COMPOSE_FOLDER} echo "Configuring docker compose..." source export-ports.sh > /dev/null 2>&1 -source get-versions.sh > /dev/null 2>&1 +source fixed-versions.sh > /dev/null 2>&1 # in case of csit running for PAP (groups should be for pap) but starts apex-pdp for dependencies. if [ -z "$PROJECT" ]; then |