Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
remove RDP access
  • Loading branch information
hofnerb committed Dec 20, 2015
1 parent c5c3361 commit a55f1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ on_failure:
- appveyor PushArtifact C:/projects/mboost/pkg/mboostPatch/mboost.Rcheck/00install.out
- cat C:/projects/mboost/pkg/mboostPatch/mboost.Rcheck/00install.out

on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

artifacts:
- path: '$(TEST_DIR)\*.Rcheck\**\*.log'
Expand Down

0 comments on commit a55f1db

Please sign in to comment.