aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-11-13 08:26:59 +0100
committerGravatar kwzrd <[email protected]>2020-11-13 08:31:15 +0100
commit9794016943861fb41d1b84a24d2766fad0771a16 (patch)
tree7b5b18ae1be19d65ead7b0be6fb4551e09d6e96e
parentMerge pull request #1272 from python-discord/Hemlock/voice-gate-ping (diff)
CI: invalidate environment cache
The cache was corrupted again for unknown reasons.
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 991b1f447..0aa36a940 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -34,7 +34,7 @@ jobs:
- task: Cache@2
displayName: 'Restore Python environment'
inputs:
- key: python | $(Agent.OS) | "$(python.pythonLocation)" | 1 | ./Pipfile | ./Pipfile.lock
+ key: python | $(Agent.OS) | "$(python.pythonLocation)" | 2 | ./Pipfile | ./Pipfile.lock
cacheHitVar: PY_ENV_RESTORED
path: $(PYTHONUSERBASE)
continueOnError: true