From fd102abd81b919f4eeee52fab5e92db25238495c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 4 May 2021 21:32:08 -0400 Subject: [PATCH] Merge pull request #5973 from crobibero/legacy-ci-apiclient Kill the CI (cherry picked from commit d6551458678f8888cb3595e04197a33ec85d7d10) Signed-off-by: Joshua M. Boniface --- .ci/azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 6430503f9a..c028b6e3e8 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -61,6 +61,3 @@ jobs: - ${{ if or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), startsWith(variables['Build.SourceBranch'], 'refs/heads/master')) }}: - template: azure-pipelines-package.yml - -- ${{ if or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), startsWith(variables['Build.SourceBranch'], 'refs/heads/master')) }}: - - template: azure-pipelines-api-client.yml