From 7953d2bc4b59de4cc3fda531ef621ab70dc82c60 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Wed, 1 May 2024 15:01:13 +0200 Subject: [PATCH] AppVeyor: Remove non-functional webhook notifications --- appveyor.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 326a10f33..8cf4e5e98 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -117,13 +117,6 @@ build_script: test_script: - ctest -V --timeout 300 --output-on-failure --build-config %CONFIGURATION% --exclude-regex "%SOCI_ODBC_SKIP_TESTS%" -notifications: - - provider: Webhook - url: https://webhooks.gitter.im/e/2038138a652d952f9372 - on_build_success: true - on_build_failure: true - on_build_status_changed: true - # Uncomment this to wait for RDP connection after the build end. #on_finish: # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))