Skip to content

Commit

Permalink
appveyor: save off the deploy json before sending it to NV Access.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelDCurran committed Feb 18, 2021
1 parent 567627f commit ec1a5c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@ deploy_script:
exe=$exe; hash=$hash;
artifacts=$artifacts
}
ConvertTo-Json -InputObject $data -Compress | ssh [email protected] nvdaAppveyorHook
ConvertTo-Json -InputObject $data -Compress >deploy.json
Push-AppveyorArtifact deploy.json
ssh [email protected] nvdaAppveyorHook <deploy.json
# Upload symbols to Mozilla.
py -m pip install --no-warn-script-location requests
Expand Down

0 comments on commit ec1a5c5

Please sign in to comment.