Skip to content

Commit 6d282be

Browse files
authored
ci(appveyor): remove appveyor on finish script
1 parent f9a78e3 commit 6d282be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ test_script:
1818
# run tests
1919
- npm test
2020

21-
on_finish:
22-
- ps: $root = Resolve-Path .\test\artifacts; [IO.Directory]::GetFiles($root.Path, '*.*', 'AllDirectories') | % { Push-AppveyorArtifact $_ -FileName $_.Substring($root.Path.Length + 1) -DeploymentName to-publish }
21+
#on_finish:
22+
# - ps: $root = Resolve-Path .\test\artifacts; [IO.Directory]::GetFiles($root.Path, '*.*', 'AllDirectories') | % { Push-AppveyorArtifact $_ -FileName $_.Substring($root.Path.Length + 1) -DeploymentName to-publish }
2323

2424
#artifacts:
2525
# - path: test/artifacts/**/*

0 commit comments

Comments
 (0)