Skip to content

Commit e4b793c

Browse files
committed
CI: disable RDP and SSH accesses
1 parent 2865f3f commit e4b793c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ deploy:
6161
APPVEYOR_REPO_TAG: true
6262
configuration: Release
6363

64-
on_finish:
65-
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
66-
- sh: export APPVEYOR_SSH_BLOCK=true
67-
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
64+
# on_finish:
65+
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
66+
# - sh: export APPVEYOR_SSH_BLOCK=true
67+
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -

0 commit comments

Comments
 (0)