aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2020-11-10 13:40:31 +0100
committerGravatar Numerlor <[email protected]>2020-11-10 13:40:31 +0100
commitac82f852119e74fe88f818e1fb3cbdf34f3b54ba (patch)
treeaf983f028fef0f91c5e88e40a69743f8069322cc /azure-pipelines.yml
parentMove InventoryURL converer to the converters file (diff)
parentMerge pull request #1273 from python-discord/sebastiaan/bugs/codeblock-langua... (diff)
Merge remote-tracking branch 'upstream/master' into doc-imp
# Conflicts: # LICENSE-THIRD-PARTY # bot/exts/info/doc.py
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 4500cb6e8..9f58e38c8 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -21,7 +21,6 @@ jobs:
BOT_TOKEN: bar
REDDIT_CLIENT_ID: spam
REDDIT_SECRET: ham
- WOLFRAM_API_KEY: baz
REDIS_PASSWORD: ''
steps:
@@ -38,6 +37,7 @@ jobs:
key: python | $(Agent.OS) | "$(python.pythonLocation)" | 0 | ./Pipfile | ./Pipfile.lock
cacheHitVar: PY_ENV_RESTORED
path: $(PYTHONUSERBASE)
+ continueOnError: true
- script: echo '##vso[task.prependpath]$(PYTHONUSERBASE)/bin'
displayName: 'Prepend PATH'
@@ -65,6 +65,7 @@ jobs:
inputs:
key: pre-commit | "$(python.pythonLocation)" | 0 | .pre-commit-config.yaml
path: $(PRE_COMMIT_HOME)
+ continueOnError: true
# pre-commit's venv doesn't allow user installs - not that they're really needed anyway.
- script: export PIP_USER=0; pre-commit run --all-files