Skip to content

Commit 172b416

Browse files
committed
...
1 parent 2720f42 commit 172b416

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cloud-sql/mysql/mysql/test/proxy-setup.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
# Proof of concept: setting up proxy
1616

17-
pwd
1817
curl -o cloud-sql-proxy https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.15.1/cloud-sql-proxy.linux.amd64
1918
chmod +x cloud-sql-proxy
20-
ls
21-
cloud-sql-proxy -dir=/cloudsql -instances=$INSTANCE_CONNECTION_NAME &
19+
./cloud-sql-proxy -dir=/cloudsql -instances=$INSTANCE_CONNECTION_NAME &

0 commit comments

Comments
 (0)