Skip to content

Commit dcfe242

Browse files
committed
ENH: also report where on sh, and echo msg when entering on_finish
1 parent d723148 commit dcfe242

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install:
4646
echo %PATH%
4747
uname -a
4848
git --version
49-
where git git-daemon python pip pip3 pip34
49+
where git git-daemon python pip pip3 pip34 sh
5050
python --version
5151
python -c "import struct; print(struct.calcsize('P') * 8)"
5252
@@ -96,4 +96,6 @@ on_success:
9696
# `remmina` program in Ubuntu, use the login information that the line below
9797
# prints into the log.
9898
on_finish:
99+
- |
100+
echo "Running on_finish to establish connection back to the instance"
99101
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)