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

This commit is contained in:
Jonatan Nilsson 2022-02-16 12:19:35 +00:00
parent d434564217
commit be6c24778d

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 -