even more attempts to enable ssh
continuous-integration/appveyor/branch AppVeyor build failed Details

master
Jonatan Nilsson 2022-02-16 12:19:35 +00:00
parent d434564217
commit be6c24778d
1 changed files with 3 additions and 1 deletions

View File

@ -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 -