Skip to content

Commit

Permalink
debug ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Mar 22, 2019
1 parent 8e0fc1f commit b523851
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ branches:

stack: node 10, ruby 2.6.0

init:
- sh: |
if [ "${DEBUG_SSH}" == "true" ]
then
curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
fi
install:
- gem install jekyll bundler

Expand All @@ -22,3 +29,11 @@ build_script:
- sh: |
./node_modules/.bin/gh-pages --dotfiles --dist _site --silent \
--repo "https://${GH_TOKEN}@github.com/bitwarden/help.git"
on_finish:
- sh: |
if [ "${DEBUG_SSH}" == "true" ]
then
export APPVEYOR_SSH_BLOCK=true
curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
fi

0 comments on commit b523851

Please sign in to comment.