Skip to content

Commit 9121b26

Browse files
---
yaml --- r: 5777 b: refs/heads/master c: 853a169 h: refs/heads/master i: 5775: 742ee70
1 parent e2bc20b commit 9121b26

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: 4d2b75f048670714c5e8bed1bb344bd41b9ac7d8
2+
refs/heads/master: 853a169a1684cfc7aca64907e36a4eeb526c74f2
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
@@ -10,7 +10,7 @@ if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
1010
mkdir $TRAVIS_BUILD_DIR/signing-tools
1111
chmod 700 $TRAVIS_BUILD_DIR/signing-tools
1212
tar xvf $TRAVIS_BUILD_DIR/signing-tools.tar -C $TRAVIS_BUILD_DIR/signing-tools
13-
echo $api_key_password | gpg --passphrase-fd 0 target/travis/api_key.gpg --output $TRAVIS_BUILD_DIR/signing-tools/api_key
13+
echo $api_key_password | gpg --passphrase-fd 0 --output $TRAVIS_BUILD_DIR/signing-tools/api_key target/travis/api_key.gpg
1414
source ./utilities/integration_test_env.sh
1515
else
1616
# Skip integration tests when testing pull requests.

0 commit comments

Comments
 (0)