Skip to content

Commit

Permalink
Second attempt for Travis deploy timeout (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel authored Jul 16, 2017
1 parent 1ad485b commit 123b84b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ openssl aes-256-cbc \
eval `ssh-agent -s`
chmod 600 ci/deploy.key
ssh-add ci/deploy.key
# Workaround https://github.com/travis-ci/travis-ci/issues/8082
ssh-agent -k

# Fetch and create gh-pages and references branches
# Travis does a shallow and single branch git clone
Expand Down Expand Up @@ -60,3 +58,6 @@ ghp-import --push --branch=references --message="$MESSAGE" references/generated

# Deploy the output to gh-pages
ghp-import --push --branch=gh-pages --message="$MESSAGE" output

# Workaround https://github.com/travis-ci/travis-ci/issues/8082
ssh-agent -k

0 comments on commit 123b84b

Please sign in to comment.