Skip to content

Commit e0b6d55

Browse files
committed
PR feedback
1 parent b58883a commit e0b6d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/manage-test-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ gcp-postgres_init() {
114114
# Download and start Cloud SQL Proxy
115115
curl -fsSL -o cloud-sql-proxy https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.18.0/cloud-sql-proxy.linux.amd64
116116
chmod +x cloud-sql-proxy
117-
echo $GCP_POSTGRES_KEYFILE_JSON > /tmp/keyfile.json
117+
echo "$GCP_POSTGRES_KEYFILE_JSON" > /tmp/keyfile.json
118118
./cloud-sql-proxy --credentials-file /tmp/keyfile.json $GCP_POSTGRES_INSTANCE_CONNECTION_STRING &
119119

120120
# Wait for proxy to start

0 commit comments

Comments
 (0)