We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e93593 commit b4e9440Copy full SHA for b4e9440
.env
@@ -0,0 +1,6 @@
1
+CLOUD_SQL_POSTGRES_PROJECT=starter-akitsch
2
+CLOUD_SQL_POSTGRES_REGION=us-west2
3
+CLOUD_SQL_POSTGRES_INSTANCE=pg15-pgvector-demo
4
+CLOUD_SQL_POSTGRES_DATABASE=whoop
5
+CLOUD_SQL_POSTGRES_USER=postgres
6
+CLOUD_SQL_POSTGRES_PASSWORD=my-pg-pass
.github/workflows/presubmit-tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install toolbox binary
31
run: |
32
VERSION=$(cat toolbox_version.txt)
33
- curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
+ curl -L -o toolbox "https://storage.googleapis.com/genai-toolbox/v${VERSION}/linux/amd64/toolbox"
34
chmod +x toolbox
35
36
- name: Install Extension
0 commit comments