summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPhilip Whineray <phil@firehol.org>2016-12-16 10:37:10 +0000
committerPhilip Whineray <phil@firehol.org>2016-12-16 10:37:10 +0000
commit08bb468b96aa02486acb50bce316a1915aa0509d (patch)
tree06dab9d2db2b9c5d3ca9b44894470372b0ab5154 /.travis
parent90988d61d8303e81c50073be7027e404b6cc0f05 (diff)
Ensure ssh-agent environment available to all
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/decrypt-if-have-key4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis/decrypt-if-have-key b/.travis/decrypt-if-have-key
index 71dcb5c3f3..7fcab8970c 100755
--- a/.travis/decrypt-if-have-key
+++ b/.travis/decrypt-if-have-key
@@ -22,9 +22,7 @@ done
if [ -f .travis/travis_rsa ]
then
- echo "ssh key present - loading agent"
- eval "$(ssh-agent -s)"
-
+ echo "ssh key present - loading to agent"
# add key, then remove to prevent leaks
chmod 600 .travis/travis_rsa
ssh-add .travis/travis_rsa