remove spaces in appveyor.yml to trigger CI build
This commit is contained in:
parent
279abce5ef
commit
349e834a04
|
@ -25,8 +25,8 @@ after_test:
|
|||
- ps: |
|
||||
Import-Module $env:APPVEYOR_BUILD_FOLDER\contrib\win32\openssh\AppveyorHelper.psm1
|
||||
Publish-OpenSSHTestResults
|
||||
|
||||
|
||||
on_finish:
|
||||
- ps: |
|
||||
Import-Module $env:APPVEYOR_BUILD_FOLDER\contrib\win32\openssh\AppveyorHelper.psm1
|
||||
Publish-Artifact
|
||||
Publish-Artifact
|
||||
|
|
Loading…
Reference in New Issue