diff options
Diffstat (limited to 'csit/scripts/healthcheck/test/health_check.sh')
-rwxr-xr-x | csit/scripts/healthcheck/test/health_check.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/scripts/healthcheck/test/health_check.sh b/csit/scripts/healthcheck/test/health_check.sh index 409e85fb..e08cc3e8 100755 --- a/csit/scripts/healthcheck/test/health_check.sh +++ b/csit/scripts/healthcheck/test/health_check.sh @@ -29,9 +29,9 @@ cp application_configuration.json.nosdnc application_configuration.json cd ${SHELL_FOLDER}/../ # start NONRTRIC containers with docker compose and configuration from docker-compose.yml -curl -L https://github.com/docker/compose/releases/download/1.27.0/docker-compose-`uname -s`-`uname -m` > docker-compose +curl -L https://github.com/docker/compose/releases/download/1.29.0/docker-compose-`uname -s`-`uname -m` > docker-compose chmod +x docker-compose -./docker-compose up -d +./docker-compose --env-file .env up -d checkStatus(){ |