mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 08:30:37 +00:00
skip jq
This commit is contained in:
2
.github/workflows/cloud-extensions.yml
vendored
2
.github/workflows/cloud-extensions.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
||||
res=$(curl -w "%{http_code}" -X GET \
|
||||
"https://console-stage.neon.build/api/v2/projects/${PROJECT_ID}/connection_uri?database_name=neondb&role_name=neondb_owner" \
|
||||
-H 'accept: application/json' \
|
||||
-H "Authorization: Bearer ${API_KEY}" | jq -r .uri
|
||||
-H "Authorization: Bearer ${API_KEY}"
|
||||
)
|
||||
code=${res: -3}
|
||||
echo ${code}
|
||||
|
||||
Reference in New Issue
Block a user