From b50ed47ec5ee8fa8c9f5d5df272f4589e7dee22f Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Fri, 18 Feb 2022 06:32:35 +0000 Subject: [PATCH] more appveyor stuff --- appveyor.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c023e74..fa6a298 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,18 +38,8 @@ deploy_script: echo "Release already exists, nothing to do."; else ./test/7zas a -mx9 "${CURR_VER}_sc-core.7z" package.json index.mjs cli.mjs core bin - npm publish fi - on_finish: - - sh: | - YELLOW='\033[0;33m' - NC='\033[0m' - LOCK_FILE="${HOME}/build.lock" - export APPVEYOR_SSH_BLOCK=true - touch "${LOCK_FILE}" - echo -e "Build paused. To resume it, open a bash session to run '${YELLOW}rm \"${LOCK_FILE}\"${NC}' command." - while [ -f "${LOCK_FILE}" ]; do - sleep 1 - done + - sh: export APPVEYOR_SSH_BLOCK=true + - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -