aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
deleted file mode 100644
index 573e3cc..0000000
--- a/azure-pipelines.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-# https://aka.ms/yaml
-
-jobs:
- - job: build_lint_test_push
- displayName: 'Build, Lint, Test, & Push'
-
- pool:
- vmImage: 'ubuntu-18.04'
-
- variables:
- BASE_CHANGED: 'True'
- VENV_CHANGED: 'True'
- BASE_PULL: 'False'
- VENV_PULL: 'False'
-
- steps:
- - template: ci/build.yml
- - template: ci/setup.yml
- - template: ci/lint-test.yml
- - template: ci/push.yml