Skip to content

Commit 6386623

Browse files
loiclefevrebeikov
authored andcommitted
HHH-17736 Improve Atlas for atps
1 parent 4d920d1 commit 6386623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ elif [ "$RDBMS" == "oracle_atps_tls" ]; then
3030
goal="-Pdb=oracle_cloud_autonomous_tls -DrunID=$RUNID -DdbHost=$HOST -DdbService=$SERVICE"
3131
elif [ "$RDBMS" == "oracle_atps" ]; then
3232
echo "Managing Oracle Autonomous Database..."
33-
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')
33+
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')
3434
export HOST=$(echo $INFO | jq -r '.database' | jq -r '.host')
3535
export SERVICE=$(echo $INFO | jq -r '.database' | jq -r '.service')
3636
# I have no idea why, but these tests don't seem to work on CI...

0 commit comments

Comments
 (0)