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 2720f42 commit 172b416Copy full SHA for 172b416
cloud-sql/mysql/mysql/test/proxy-setup.sh
@@ -14,8 +14,6 @@
14
15
# Proof of concept: setting up proxy
16
17
-pwd
18
curl -o cloud-sql-proxy https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.15.1/cloud-sql-proxy.linux.amd64
19
chmod +x cloud-sql-proxy
20
-ls
21
-cloud-sql-proxy -dir=/cloudsql -instances=$INSTANCE_CONNECTION_NAME &
+./cloud-sql-proxy -dir=/cloudsql -instances=$INSTANCE_CONNECTION_NAME &
0 commit comments