Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2019-12-14 21:09:49 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2019-12-25 08:16:05 +0300
commitf27ee58b7fa363b982e154971d3e6289a451130c (patch)
treedd77d2c785c63509df763727cb23542db7fa72ed /.appveyor.yml
parent578faba5bcd68cd71aa578f83cf319df8f34afae (diff)
Remove gitter webhook for AppVeyor builds.
This stopped working on Oct 5, 2019 starting with the below build: https://ci.appveyor.com/project/kenkendk/duplicati/builds/27900990
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 7a4bbab6a..a235a81dd 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -8,9 +8,6 @@ environment:
secure: szQsrkP5rvra8L60SomD73/dFvRwot0UuyA566zqzI2qmLOr+MhLN0AyC8BTbhYY
before_build:
- ps: $env:UNITTEST_BASEFOLDER = "$Env:APPVEYOR_BUILD_FOLDER" + "\testdata"
- - ps: if ($env:APPVEYOR_REPO_NAME.Equals("duplicati/duplicati")) {
- $env:GITTER_NOTIFY_URL = "https://webhooks.gitter.im/e/a2c55bac2b5c38838e0f"
- }
- cmd: nuget restore Duplicati.sln
build:
project: Duplicati.sln
@@ -67,10 +64,3 @@ test_script:
if (!$testsPassed) {
throw "Tests failed."
}
-notifications:
- - provider: Webhook
- url: $Env:GITTER_NOTIFY_URL
- method: POST
- on_build_success: true
- on_build_failure: true
- on_build_status_changed: true