aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-02-21 22:07:30 -0800
committerGravatar MarkKoz <[email protected]>2020-02-21 22:40:21 -0800
commit59bccff36d11e6a38cd5ffb0ffa4f39acf9aad5d (patch)
tree24b5cb97d2817fbb7b66b7524838e7e46517df94 /azure-pipelines.yml
parentCI: check if venv image can be pulled (diff)
CI: don't build venv image if it can be pulled
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a1a7a4f..615d3a8 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -11,6 +11,7 @@ jobs:
BASE_CHANGED: 'True'
VENV_CHANGED: 'True'
BASE_PULL: 'False'
+ VENV_PULL: 'False'
steps:
- template: ci/build.yml