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: 4d2b75f048670714c5e8bed1bb344bd41b9ac7d8
2+ refs/heads/master: 853a169a1684cfc7aca64907e36a4eeb526c74f2
33refs/heads/travis: 4f306ef93092b6a1941f4d947e0ed08781640c04
44refs/heads/gh-pages: 4154fc3537163299162c8c903f2d1386463dd7a3
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Original file line number Diff line number Diff 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
1515else
1616 # Skip integration tests when testing pull requests.
You can’t perform that action at this time.
0 commit comments