Skip to content

Commit 0e35d3c

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 1031 b: refs/heads/master c: 73ccc02 h: refs/heads/master i: 1029: 5f3d631 1027: 4cdf4ca 1023: 4c88862 v: v3
1 parent 173d9b1 commit 0e35d3c

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
refs/heads/master: 03d2f196226f9fe1a1d535ffa4597e0491116332
2+
refs/heads/master: 73ccc02957e28eb96ab1204acd2c2b8c9a7a7a8a
33
refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
44
refs/heads/gh-pages: 5a10432ecc75f29812e33a8236c900379509fe99

trunk/utilities/after_success.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
source ./utilities/integration_test_env.sh
23

34
# This script is used by Travis-CI to publish artifacts (binary, sorce and javadoc jars) when releasing snapshots.
45
# This script is referenced in .travis.yml.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Export test env variables
2+
export GCLOUD_TESTS_PROJECT_ID="gcloud-devel"
3+
export GCLOUD_TESTS_KEY=$TRAVIS_BUILD_DIR/signing-tools/gcloud-devel-travis.json

trunk/utilities/verify.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
source ./utilities/integration_test_env.sh
23

34
# This script is used by Travis-CI to run tests.
45
# This script is referenced in .travis.yml.

0 commit comments

Comments
 (0)