Skip to content

Commit

Permalink
Use the wrapper command since it avoid weirdness in powershell with t…
Browse files Browse the repository at this point in the history
…he error stream.
  • Loading branch information
abergeron committed Sep 13, 2017
1 parent 8aa0536 commit 5fec128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test_script:
- cmd: xcopy "%CONDA_LOC%"\conda-bld\win-64\libgpuarray* pkgs\ /Y
- ps: |
if($env:appveyor_repo_tag -eq 'True') {
anaconda -t $env:BINSTAR_TOKEN upload --user=mila-udem pkgs/* 2>&1
cmd /c "anaconda -t $env:BINSTAR_TOKEN upload --user=mila-udem pkgs/* 2>&1"
}
artifacts:
Expand Down

0 comments on commit 5fec128

Please sign in to comment.