PRevent appveyor from finishing
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master
Jonatan Nilsson 2022-02-18 06:28:21 +00:00
parent bca4b665a6
commit 2dad21e8ab
1 changed files with 3 additions and 0 deletions

View File

@ -50,3 +50,6 @@ on_finish:
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