Skip to content

Commit 73ccc02

Browse files
author
Ajay Kannan
committed
Fix exported variable scope issue
1 parent 03d2f19 commit 73ccc02

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

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.

utilities/integration_test_env.sh

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

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)