This commit is contained in:
Alexey Masterov
2025-04-16 11:36:07 +02:00
parent 8db3bf992f
commit 6a5fc86743
4 changed files with 3 additions and 6 deletions

View File

@@ -99,7 +99,6 @@ runs:
# Mask password
echo "::add-mask::$(echo $project | jq --raw-output '.roles[] | select(.name != "web_access") | .password')"
set -x
dsn=$(echo $project | jq --raw-output '.connection_uris[0].connection_uri')
echo "::add-mask::${dsn}"
@@ -142,8 +141,6 @@ runs:
fi
# XXX
# This is a workaround for project's settings which don't work well in public API now
echo ${PROJECT_SETTINGS}
echo ${DEFAULT_ENDPOINT_SETTINGS}
if ( [[ -n "${PROJECT_SETTINGS}" ]] && [[ "${PROJECT_SETTINGS}" != "{}" ]] ) || ( [[ -n "${DEFAULT_ENDPOINT_SETTINGS}" ]] && [[ "${DEFAULT_ENDPOINT_SETTINGS}" != "{}" ]] ); then
PROJECT_DATA=$(curl -X GET \
"https://${API_HOST}/regions/${REGION_ID}/api/v1/admin/projects/${project_id}" \

View File

@@ -37,7 +37,7 @@ jobs:
runs-on: small
container:
image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14487801101
image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}