Skip to content

Commit

Permalink
Improve Kokoro release process (#3608)
Browse files Browse the repository at this point in the history
* Delete jar_signing.sh
* Update release.sh
  • Loading branch information
chanseokoh authored Feb 21, 2020
1 parent 76763eb commit 64b4323
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 67 deletions.
62 changes: 0 additions & 62 deletions kokoro/ubuntu/jar_signing.sh

This file was deleted.

10 changes: 5 additions & 5 deletions kokoro/ubuntu/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ gcloud components install app-engine-java --quiet
echo "OAUTH_CLIENT_ID: ${OAUTH_CLIENT_ID}"
echo "OAUTH_CLIENT_SECRET: ${OAUTH_CLIENT_SECRET}"
echo "FIRELOG_API_KEY: ${FIRELOG_API_KEY}"
echo "PRODUCT_VERSION_SUFFIX: "${PRODUCT_VERSION_SUFFIX}
echo "PRODUCT_VERSION_SUFFIX: ${PRODUCT_VERSION_SUFFIX}"

# Exit if undefined (zero-length).
test -n "${OAUTH_CLIENT_ID}"
test -n "${OAUTH_CLIENT_SECRET}"
test -n "${FIRELOG_API_KEY}"
[[ -n "${OAUTH_CLIENT_ID}" ]]
[[ -n "${OAUTH_CLIENT_SECRET}" ]]
[[ -n "${FIRELOG_API_KEY}" ]]

cd git/google-cloud-eclipse
cd github/google-cloud-eclipse

# A few notes on the Maven command:
# - Need to unset `TMPDIR` for `xvfb-run` due to a bug:
Expand Down

0 comments on commit 64b4323

Please sign in to comment.