From 10e45b33eebd8320a60885bcf9c29d54be80e371 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Wed, 16 Feb 2022 12:16:38 +0000 Subject: [PATCH] appveyor: Attempt to enable ssh for debugging --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index ab57213..03f5444 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,6 +18,7 @@ clone_depth: 1 build_cloud: Docker environment: + APPVEYOR_SSH_KEY: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBRMxhawMlUlQ8l4pOaeHsZl8XDO54WQngkYM1U/XB4m samsyn\jonatan@JonatanAMD docker_image: node:16-alpine npm_config_cache: /appveyor/projects/cache @@ -28,3 +29,7 @@ test_script: npm install npm test npm run test:integration + +on_finish: + - sh: export APPVEYOR_SSH_BLOCK=true + - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -