Skip to content

Commit f442819

Browse files
committed
---
yaml --- r: 1035 b: refs/heads/master c: 3310a82 h: refs/heads/master i: 1033: 14e37eb 1031: 0e35d3c v: v3
1 parent ee00b46 commit f442819

4 files changed

Lines changed: 6 additions & 4 deletions

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: bbec253de29139048231bcde884702e62eec68e1
2+
refs/heads/master: 3310a826c7c107b05ad06cc7c52e349b773368c0
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 & 3 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.
@@ -9,9 +10,6 @@ if [ "${TRAVIS_BRANCH}" == "master" -a "${TRAVIS_PULL_REQUEST}" == "false" ]; th
910
mkdir $TRAVIS_BUILD_DIR/signing-tools
1011
chmod 700 $TRAVIS_BUILD_DIR/signing-tools
1112
tar xvf $TRAVIS_BUILD_DIR/signing-tools.tar -C $TRAVIS_BUILD_DIR/signing-tools
12-
# Export test env variables
13-
export GCLOUD_TESTS_PROJECT_ID="gcloud-devel"
14-
export GCLOUD_TESTS_KEY=$TRAVIS_BUILD_DIR/signing-tools/gcloud-devel-travis.json
1513
# Run verify
1614
mvn verify
1715
else

0 commit comments

Comments
 (0)