diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2021-05-04 21:32:08 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2021-05-04 21:33:52 -0400 |
| commit | fd102abd81b919f4eeee52fab5e92db25238495c (patch) | |
| tree | 4709eba87ceb091eaa55f1a08ab695d3ce3bfdaf | |
| parent | f8f7767cc57912d9f402c4f3e1dec7ced8d5256d (diff) | |
Merge pull request #5973 from crobibero/legacy-ci-apiclientv10.7.4
Kill the CI
(cherry picked from commit d6551458678f8888cb3595e04197a33ec85d7d10)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
| -rw-r--r-- | .ci/azure-pipelines.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 6430503f9..c028b6e3e 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 |
