diff options
author | 2020-11-18 13:59:08 +0100 | |
---|---|---|
committer | 2020-11-18 13:59:30 +0100 | |
commit | cecad91334473652726d940426d26be7c23464e4 (patch) | |
tree | ccb677cc361f95fb401834ea721c6ad172477b05 /azure-pipelines.yml | |
parent | Use correct conditional expression for prod steps (diff) |
Update files according to new CI setupsebastiaan/backend/cache-docker-images
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 20 |
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 |