Skip to content

Commit

Permalink
debug: Disable SignPath and testing, use my own token
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jun 7, 2022
1 parent 31b47da commit d05251b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ skip_non_tags: true

environment:
auth_token:
secure: Ren8cbJnovyLFJO+91+ZeMvHFuiN/gwss7avDjif0TdhD1rK5FdbH0DqegU87a5t
secure: sR0je0hfk7Zu2Ut8PTl3DWW2IaRXjicjgO5LNswUCAY4EhFPSneYyURG5lf73q0Q

matrix:
- ARCH: x64
Expand All @@ -32,8 +32,8 @@ build_script:
after_build:
- '"%APPVEYOR_BUILD_FOLDER%\appveyor.bat" package'

test_script:
- '"%APPVEYOR_BUILD_FOLDER%\appveyor.bat" test'
#test_script:
# - '"%APPVEYOR_BUILD_FOLDER%\appveyor.bat" test'

artifacts:
- path: gvim_*_x86.zip
Expand All @@ -60,16 +60,16 @@ before_deploy:
- set URL=https://github.com/%APPVEYOR_REPO_NAME%/releases/download

deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/47c0047c-0c1d-42b2-a16c-4ea6907dc813/Integrations/AppVeyor?SigningPolicyId=297bf19e-ccf4-4c01-b6e6-c327ee23792d
# not needed by Signpath
# on_build_success: true
# on_build_failure: false
# on_build_status_changed: false
# artifact: /unsigned*.zip/
# method: POST
authorization:
secure: eX3iWU3dQqDdg8UHR7Br6tqtvlFlhXihHcV0y/oR2YhSj6XZ2Pl/KVLiczUBCc39WWG/Aa5AXafWxaHQC/s40g==
# - provider: Webhook
# url: https://app.signpath.io/API/v1/47c0047c-0c1d-42b2-a16c-4ea6907dc813/Integrations/AppVeyor?SigningPolicyId=297bf19e-ccf4-4c01-b6e6-c327ee23792d
# # not needed by Signpath
# # on_build_success: true
# # on_build_failure: false
# # on_build_status_changed: false
# # artifact: /unsigned*.zip/
# # method: POST
# authorization:
# secure: eX3iWU3dQqDdg8UHR7Br6tqtvlFlhXihHcV0y/oR2YhSj6XZ2Pl/KVLiczUBCc39WWG/Aa5AXafWxaHQC/s40g==

- provider: GitHub
description: |
Expand Down

0 comments on commit d05251b

Please sign in to comment.