summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 10:18:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 10:18:57 +0000
commit5879b93d587f602920623c1b9abaa392ba9b52f6 (patch)
tree69552f74b49d8744fa8e743c08ab0063cfdb1bec /azure-pipelines.yml
parentReleasing debian version 3.3.1-3. (diff)
downloadcfgv-5879b93d587f602920623c1b9abaa392ba9b52f6.tar.xz
cfgv-5879b93d587f602920623c1b9abaa392ba9b52f6.zip
Merging upstream version 3.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
deleted file mode 100644
index 61a5a11..0000000
--- a/azure-pipelines.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-trigger:
- branches:
- include: [master, test-me-*]
- tags:
- include: ['*']
-
-resources:
- repositories:
- - repository: asottile
- type: github
- endpoint: github
- name: asottile/azure-pipeline-templates
- ref: refs/tags/v2.1.0
-
-jobs:
-- template: job--python-tox.yml@asottile
- parameters:
- toxenvs: [pypy3, py36, py37, py38]
- os: linux