Skip to content

Commit d05251b

Browse files
committed
debug: Disable SignPath and testing, use my own token
1 parent 31b47da commit d05251b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

appveyor.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ skip_non_tags: true
77

88
environment:
99
auth_token:
10-
secure: Ren8cbJnovyLFJO+91+ZeMvHFuiN/gwss7avDjif0TdhD1rK5FdbH0DqegU87a5t
10+
secure: sR0je0hfk7Zu2Ut8PTl3DWW2IaRXjicjgO5LNswUCAY4EhFPSneYyURG5lf73q0Q
1111

1212
matrix:
1313
- ARCH: x64
@@ -32,8 +32,8 @@ build_script:
3232
after_build:
3333
- '"%APPVEYOR_BUILD_FOLDER%\appveyor.bat" package'
3434

35-
test_script:
36-
- '"%APPVEYOR_BUILD_FOLDER%\appveyor.bat" test'
35+
#test_script:
36+
# - '"%APPVEYOR_BUILD_FOLDER%\appveyor.bat" test'
3737

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

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

7474
- provider: GitHub
7575
description: |

0 commit comments

Comments
 (0)