Skip to content

Commit 93518ae

Browse files
---
yaml --- r: 8183 b: refs/heads/tswast-patch-1 c: 1a15dd6 h: refs/heads/master i: 8181: ac0b0b6 8179: e4c612f 8175: 2160085
1 parent d1f51c0 commit 93518ae

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 84604a59e41098fb18b93049775e73ec419caadb
60+
refs/heads/tswast-patch-1: 1a15dd6dd611e2180f2354271f3ee74fec97e107
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ before_install:
1616
- cp target/travis/logging.properties logging.properties
1717
install: mvn install --quiet -Djava.util.logging.config.file=logging.properties -DskipTests=true
1818
-Dgpg.skip=true
19+
cache:
20+
directories:
21+
- "$HOME/google-cloud-sdk/"
1922
script:
2023
- travis_wait 60 utilities/verify.sh
2124
after_success:

branches/tswast-patch-1/utilities/integration_test_env.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Ensure latest Google Cloud SDK installed, for commands below
2+
if [ ! -d "$HOME/google-cloud-sdk/bin" ]
3+
then
4+
rm -rf "$HOME/google-cloud-sdk"
5+
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
6+
curl https://sdk.cloud.google.com | bash
7+
fi
8+
gcloud components update
9+
source "$HOME/google-cloud-sdk/path.bash.inc"
10+
gcloud version
11+
112
# Remove orphaned firewall rules and networks generated by unintentional aborted runs of
213
# google-cloud-node on gapic-test project: see
314
# https://github.com/GoogleCloudPlatform/google-cloud-java/issues/2118

0 commit comments

Comments
 (0)