Skip to content

Commit

Permalink
Keep clone_folder quiet, use ps to chdir()
Browse files Browse the repository at this point in the history
  • Loading branch information
saper committed Jan 10, 2016
1 parent 8627bfc commit 0169a52
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

build: off

clone_folder: c:\projects\node_modules\node-sass

init:
- ps: gwmi win32_logicaldisk | % { $_.DeviceID }
- cmd: >-
Expand All @@ -23,10 +25,7 @@
subst s: c:\projects
- ps: gwmi win32_logicaldisk | % { $_.DeviceID }
- mkdir s:\node_modules
- cd /d s:\node_modules

clone_folder: s:\node_modules
- ps: set-location -path s:\node_modules\node-sass

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

0 comments on commit 0169a52

Please sign in to comment.