summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:06:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:06:10 +0000
commit850d2f95de58c61926e7aa9eed5c26d3954f6095 (patch)
treebe44ba77f197e04a5e813c1624952b7b38c6f186 /azure-pipelines.yml
parentAdding upstream version 3.2.0. (diff)
downloadcfgv-850d2f95de58c61926e7aa9eed5c26d3954f6095.tar.xz
cfgv-850d2f95de58c61926e7aa9eed5c26d3954f6095.zip
Adding upstream version 3.3.0.upstream/3.3.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ebca7d2..61a5a11 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -10,10 +10,9 @@ resources:
type: github
endpoint: github
name: asottile/azure-pipeline-templates
- ref: refs/tags/v1.0.1
+ ref: refs/tags/v2.1.0
jobs:
-- template: job--pre-commit.yml@asottile
- template: job--python-tox.yml@asottile
parameters:
toxenvs: [pypy3, py36, py37, py38]