aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-05-23 14:21:39 +0200
committerGravatar Leon Sandøy <[email protected]>2020-05-23 14:21:39 +0200
commit489f9405a77eb88baa0d77a88fd04bf13cbbde1f (patch)
tree234b3e92733f9939f9a54fc6080d595940d32d4c
parentMoving the Redis session creation to Bot._recreate (diff)
CI needs REDIS_PASSWORD to pass tests
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d56675029..4500cb6e8 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -22,6 +22,7 @@ jobs:
REDDIT_CLIENT_ID: spam
REDDIT_SECRET: ham
WOLFRAM_API_KEY: baz
+ REDIS_PASSWORD: ''
steps:
- task: UsePythonVersion@0