summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2017-11-28 11:52:17 -0500
committerYaroslav Halchenko <debian@onerussian.com>2017-11-28 11:52:17 -0500
commit62536252a438e025c16eebd842d95d9391e651d4 (patch)
tree6f5a3bd9706b45e18df581fb7a1870406977e3c2 /.appveyor.yml
parent0a67f25298c80aaeb3633342c36d6e00e91d7bd1 (diff)
downloadgitpython-62536252a438e025c16eebd842d95d9391e651d4.tar.gz
Disable (but keep for future uses commented out) hook into appveyor session
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 8100951c..5a96f878 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -95,7 +95,7 @@ on_success:
# Enable this to be able to login to the build worker. You can use the
# `remmina` program in Ubuntu, use the login information that the line below
# prints into the log.
-on_finish:
- - |
- echo "Running on_finish to establish connection back to the instance"
- - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
+#on_finish:
+# - |
+# echo "Running on_finish to establish connection back to the instance"
+# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))