PRevent appveyor from finishing
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
bca4b665a6
commit
2dad21e8ab
1 changed files with 3 additions and 0 deletions
|
@ -50,3 +50,6 @@ on_finish:
|
||||||
export APPVEYOR_SSH_BLOCK=true
|
export APPVEYOR_SSH_BLOCK=true
|
||||||
touch "${LOCK_FILE}"
|
touch "${LOCK_FILE}"
|
||||||
echo -e "Build paused. To resume it, open a bash session to run '${YELLOW}rm \"${LOCK_FILE}\"${NC}' command."
|
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
|
||||||
|
|
Loading…
Reference in a new issue