Skip to content

Commit

Permalink
ATTEMPTED BUGFIX: Explicitly specify cloud sql proxy location
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri committed Feb 22, 2018
1 parent bbf8a38 commit adbfe2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/system_tests-cloudsql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ find . -name package.json -maxdepth 2 -execdir sh -c "cp ${KOKORO_GFILE_DIR}/sec
find . -name package.json -maxdepth 2 -execdir sh -c "cp $GOOGLE_APPLICATION_CREDENTIALS key.json" \;

# Start SQL proxy
cloud_sql_proxy -instances="${GCLOUD_PROJECT}:us-central1:integration-test-instance"=tcp:3306 &
/usr/local/bin/cloud_sql_proxy -instances="${GCLOUD_PROJECT}:us-central1:integration-test-instance"=tcp:3306 &

# Fail on error
set -e;
Expand Down

0 comments on commit adbfe2a

Please sign in to comment.