Skip to content

Commit 8b96386

Browse files
committed
Get rid of the cmd wrapper since we need substitution from powershell
1 parent 590b18e commit 8b96386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test_script:
4545
- cmd: xcopy "%CONDA_LOC%"\conda-bld\win-64\libgpuarray* pkgs\ /Y
4646
- ps: |
4747
if($env:appveyor_repo_tag -eq 'False') {
48-
cmd /c "anaconda -t $BINSTAR_TOKEN upload --user=abergeron pkgs/* 2>&1"
48+
anaconda -t $BINSTAR_TOKEN upload --user=abergeron pkgs/* 2>&1
4949
}
5050
5151
artifacts:

0 commit comments

Comments
 (0)