From 4fde315091adc520eadfaf10771b247e29839648 Mon Sep 17 00:00:00 2001 From: Christian Beer Date: Sun, 2 Dec 2018 16:39:39 +0100 Subject: [PATCH] AppVeyor: deactivate deploy stage This is done via a custom script now. Uploading the same file twice results in an error. --- appveyor.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ff7a14a339..708b5b15f9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -87,15 +87,4 @@ artifacts: - path: deploy\win-manager\*.7z name: win-manager -deploy: - - provider: BinTray - username: ChristianBeer - api_key: - secure: kZI9k0Kh2bFSCbXfkz+J16fGNAee1ToRMl10D8QPQsKpC2PqhF/uVMpd6gRC+OSI - subject: boinc - repo: boinc-ci - package: $(pkg_name) - version: $(pkg_version) - publish: true - test: off