even more attempts to enable ssh
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
This commit is contained in:
parent
d434564217
commit
be6c24778d
1 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,8 @@ test_script:
|
|||
npm run test:integration
|
||||
|
||||
on_finish:
|
||||
- sh: apk add bash curl
|
||||
- sh: |
|
||||
apk update
|
||||
apk add bash curl openssh
|
||||
- sh: export APPVEYOR_SSH_BLOCK=true
|
||||
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
|
||||
|
|
Loading…
Reference in a new issue