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: |
|
- ps: |
|
||||||
Import-Module $env:APPVEYOR_BUILD_FOLDER\contrib\win32\openssh\AppveyorHelper.psm1
|
Import-Module $env:APPVEYOR_BUILD_FOLDER\contrib\win32\openssh\AppveyorHelper.psm1
|
||||||
Publish-OpenSSHTestResults
|
Publish-OpenSSHTestResults
|
||||||
|
|
||||||
on_finish:
|
on_finish:
|
||||||
- ps: |
|
- ps: |
|
||||||
Import-Module $env:APPVEYOR_BUILD_FOLDER\contrib\win32\openssh\AppveyorHelper.psm1
|
Import-Module $env:APPVEYOR_BUILD_FOLDER\contrib\win32\openssh\AppveyorHelper.psm1
|
||||||
Publish-Artifact
|
Publish-Artifact
|
||||||
|
|
Loading…
Reference in New Issue