Skip to content

Commit 742ee70

Browse files
---
yaml --- r: 5775 b: refs/heads/master c: e2b29f9 h: refs/heads/master i: 5773: a6c8b8c 5771: b07ca77 5767: 5a4d106 5759: 8875bdd
1 parent 3da9507 commit 742ee70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: dcbccb2f91f00218456c4a85220ed257a68db956
2+
refs/heads/master: e2b29f9afcfb4acfaf9e47c23aa7e59397c1f9fb
33
refs/heads/travis: 4f306ef93092b6a1941f4d947e0ed08781640c04
44
refs/heads/gh-pages: 4154fc3537163299162c8c903f2d1386463dd7a3
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/utilities/verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
mvn_opts="-DtrimStackTrace=false -fae --quiet -Djava.util.logging.config.file=logging.properties -P release"
66

77
if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
8-
source ./utilities/integration_test_env.sh
98
# Get signing tools and API keyfile
109
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
1110
mkdir $TRAVIS_BUILD_DIR/signing-tools
1211
chmod 700 $TRAVIS_BUILD_DIR/signing-tools
1312
tar xvf $TRAVIS_BUILD_DIR/signing-tools.tar -C $TRAVIS_BUILD_DIR/signing-tools
1413
echo $api_key_password | gpg --passphrase-fd 0 target/travis/api_key.gpg --output $TRAVIS_BUILD_DIR/signing-tools/api_key
14+
source ./utilities/integration_test_env.sh
1515
else
1616
# Skip integration tests when testing pull requests.
1717
mvn_opts+=" -DskipITs"

0 commit comments

Comments
 (0)