From 63866239e70b896bcc48e2c2a7a887e28240ca6d Mon Sep 17 00:00:00 2001 From: LLEFEVRE Date: Wed, 14 Feb 2024 11:34:13 +0100 Subject: [PATCH] HHH-17736 Improve Atlas for atps --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index 8b61622eac..c22f440400 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -30,7 +30,7 @@ elif [ "$RDBMS" == "oracle_atps_tls" ]; then goal="-Pdb=oracle_cloud_autonomous_tls -DrunID=$RUNID -DdbHost=$HOST -DdbService=$SERVICE" elif [ "$RDBMS" == "oracle_atps" ]; then echo "Managing Oracle Autonomous Database..." - export INFO=$(curl -s -k -L -X GET "https://api.atlas-controller.oraclecloud.com/ords/atlas/admin/database?type=autonomous&hostname=`hostname`" -H 'accept: application/json') + export INFO=$(curl -s -k -L -X GET "https://api.atlas-controller.oraclecloud.com/ords/atlas/admin/database?type=autonomous2&hostname=`hostname`" -H 'accept: application/json') export HOST=$(echo $INFO | jq -r '.database' | jq -r '.host') export SERVICE=$(echo $INFO | jq -r '.database' | jq -r '.service') # I have no idea why, but these tests don't seem to work on CI...