From 90988d61d8303e81c50073be7027e404b6cc0f05 Mon Sep 17 00:00:00 2001 From: Philip Whineray Date: Fri, 16 Dec 2016 10:21:39 +0000 Subject: Don't pollute tree with ssh-key ready indicator --- .travis/decrypt-if-have-key | 2 +- .travis/deploy-if-have-key | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/decrypt-if-have-key b/.travis/decrypt-if-have-key index b585d12c1e..71dcb5c3f3 100755 --- a/.travis/decrypt-if-have-key +++ b/.travis/decrypt-if-have-key @@ -29,7 +29,7 @@ then chmod 600 .travis/travis_rsa ssh-add .travis/travis_rsa rm -f .travis/travis_rsa - touch .travis/travis_rsa.ready + touch /tmp/ssh-key-loaded else echo "No ssh key present - skipping agent start" fi diff --git a/.travis/deploy-if-have-key b/.travis/deploy-if-have-key index 6c40e25705..50e69b939d 100755 --- a/.travis/deploy-if-have-key +++ b/.travis/deploy-if-have-key @@ -4,7 +4,7 @@ set -e # Deploy tar-files and checksums to the firehol website -if [ ! -f .travis/travis_rsa.ready ] +if [ ! -f /tmp/ssh-key-loaded ] then echo "No ssh key decrypted - skipping deployment to website" exit 0 -- cgit v1.2.3