Skip to content

Commit c9d40c4

Browse files
author
Matthias Koeppe
committed
Avoid ssh passphrase prompt
1 parent 4735dc0 commit c9d40c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis-deploy-doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [[ "${TRAVIS_PULL_REQUEST}" == "false" && "${TRAVIS_BRANCH}" == "${DEPLOY_DOC
1010
fi
1111
chmod 600 .travis_ci_gh_pages_deploy_key
1212
eval `ssh-agent -s`
13-
ssh-add .travis_ci_gh_pages_deploy_key
13+
ssh-add .travis_ci_gh_pages_deploy_key < /dev/null
1414
rm -Rf gh-pages
1515
git clone --depth 1 git@github.com:${DEPLOY_DOC_TO_REPOSITORY}.git --depth 1 --branch=gh-pages gh-pages
1616
BUILT_DOCS_DIR=`cd docs/build/html && pwd`

0 commit comments

Comments
 (0)