From 11321383c55cb5b50b03f8ec6e5090c39e961826 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Wed, 19 Apr 2017 15:53:39 +0200 Subject: [PATCH] Remove not working trigger of nightly build --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f2e2f941..d35cafe6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,6 +19,3 @@ build: off test_script: - "%PYTHON%\\python.exe -m pytest -v" - -deploy_script: - - curl "https://ci.appveyor.com/api/builds" -XPOST -H 'Authorization: Bearer %API_TOKEN%' -H 'Content-Type: application/json' -d '{"accountName": "gns3-build", "projectSlug": "gns3-build", "branch": "%APPVEYOR_REPO_BRANCH%"}