File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: bbec253de29139048231bcde884702e62eec68e1
2+ refs/heads/master: 3310a826c7c107b05ad06cc7c52e349b773368c0
33refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
44refs/heads/gh-pages: 5a10432ecc75f29812e33a8236c900379509fe99
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1715else
You can’t perform that action at this time.
0 commit comments