diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-05 08:20:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-05 08:20:52 +0000 |
commit | bfeaebc0eee2475dcc9286ee3d7ed11b823b071d (patch) | |
tree | b3c6119e0063643c9d968615bceaf4bba116b1ce /azure-pipelines.yml | |
parent | Adding upstream version 2.5.11. (diff) | |
download | identify-bfeaebc0eee2475dcc9286ee3d7ed11b823b071d.tar.xz identify-bfeaebc0eee2475dcc9286ee3d7ed11b823b071d.zip |
Adding upstream version 2.5.12.upstream/2.5.12
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index ada0df8..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,19 +0,0 @@ -trigger: - branches: - include: [main, test-me-*] - tags: - include: ['*'] - -resources: - repositories: - - repository: asottile - type: github - endpoint: github - name: asottile/azure-pipeline-templates - ref: refs/tags/v2.4.0 - -jobs: -- template: job--python-tox.yml@asottile - parameters: - toxenvs: [py37, py38] - os: linux |