File tree Expand file tree Collapse file tree 2 files changed +5
-67
lines changed
Expand file tree Collapse file tree 2 files changed +5
-67
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ gcloud components install app-engine-java --quiet
1818echo " OAUTH_CLIENT_ID: ${OAUTH_CLIENT_ID} "
1919echo " OAUTH_CLIENT_SECRET: ${OAUTH_CLIENT_SECRET} "
2020echo " FIRELOG_API_KEY: ${FIRELOG_API_KEY} "
21- echo " PRODUCT_VERSION_SUFFIX: " ${PRODUCT_VERSION_SUFFIX}
21+ echo " PRODUCT_VERSION_SUFFIX: ${PRODUCT_VERSION_SUFFIX} "
2222
2323# Exit if undefined (zero-length).
24- test -n " ${OAUTH_CLIENT_ID} "
25- test -n " ${OAUTH_CLIENT_SECRET} "
26- test -n " ${FIRELOG_API_KEY} "
24+ [[ -n " ${OAUTH_CLIENT_ID} " ]]
25+ [[ -n " ${OAUTH_CLIENT_SECRET} " ]]
26+ [[ -n " ${FIRELOG_API_KEY} " ]]
2727
28- cd git /google-cloud-eclipse
28+ cd github /google-cloud-eclipse
2929
3030# A few notes on the Maven command:
3131# - Need to unset `TMPDIR` for `xvfb-run` due to a bug:
You can’t perform that action at this time.
0 commit comments