Skip to content

Commit

Permalink
added console output when proxy starts
Browse files Browse the repository at this point in the history
  • Loading branch information
shubha-rajan committed May 5, 2020
1 parent 13562f4 commit 8adccbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ if [[ -z "${SQL_CLIENT}" ]]; then
sudo mkdir /cloudsql; sudo chmod 777 /cloudsql
./cloud_sql_proxy -dir=/cloudsql -instances="${CONNECTION_NAME}" &>> cloud_sql_proxy.log &
fi
echo -e "\nCloud SQL proxy started."
fi

# Configure Sendgrid variables
Expand Down

0 comments on commit 8adccbd

Please sign in to comment.