Skip to content

Commit 7139552

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 2199 b: refs/heads/pubsub-alpha c: bbd3aad h: refs/heads/master i: 2197: 8849c17 2195: 6bfffc6 2191: 18bd90b
1 parent 6c3f1b9 commit 7139552

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ refs/heads/master: 689bbb466df4b2d5d2483d6edb8ac5c7c7f7c6fa
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
6-
refs/heads/pubsub-alpha: 055681310664241a5a7e8a44828b5998aa732675
6+
refs/heads/pubsub-alpha: bbd3aad2df3e3111be2a1066df00eb62ae899d86
77
refs/heads/resource-manager: ebf4adc5ee835cd2086c4ac5b4e78d01a5a005a7
88
refs/heads/update-datastore: 482954f2c5055231e5b3122ea91d2ba00ce8187c
99
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

branches/pubsub-alpha/utilities/after_success.sh

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

43
# This script is used by Travis-CI to publish artifacts (binary, sorce and javadoc jars) when releasing snapshots.
54
# This script is referenced in .travis.yml.
@@ -11,6 +10,7 @@ echo "Travis JDK version: " ${TRAVIS_JDK_VERSION}
1110
if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" ]; then
1211
mvn clean cobertura:cobertura coveralls:report
1312
if [ "${TRAVIS_PULL_REQUEST}" == "false" -a "${TRAVIS_BRANCH}" == "master" ]; then
13+
source ./utilities/integration_test_env.sh
1414
SITE_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -Ev '(^\[|\w+:)')
1515
if [ "${SITE_VERSION##*-}" != "SNAPSHOT" ]; then
1616
# Deploy site if not a SNAPSHOT

branches/pubsub-alpha/utilities/verify.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/bash
2-
source ./utilities/integration_test_env.sh
3-
42
# This script is used by Travis-CI to run tests.
53
# This script is referenced in .travis.yml.
64

75
if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
6+
source ./utilities/integration_test_env.sh
87
# Get signing tools and API keyfile
98
openssl aes-256-cbc -K $encrypted_631490ecae8f_key -iv $encrypted_631490ecae8f_iv -in target/travis/signing-tools.tar.enc -out $TRAVIS_BUILD_DIR/signing-tools.tar -d
109
mkdir $TRAVIS_BUILD_DIR/signing-tools

0 commit comments

Comments
 (0)