diff options
| author | 2020-05-28 12:49:01 +0200 | |
|---|---|---|
| committer | 2020-05-28 12:49:01 +0200 | |
| commit | aa5aa241cfb7e98df300436ffa923edc30b728ea (patch) | |
| tree | f5ffb73b24fec7d08f3dd4718208f459555d5571 /azure-pipelines.yml | |
| parent | Merge pull request #961 from python-discord/moderation_commands_in_modmail_ca... (diff) | |
| parent | Move the `self.redis_closed` into session create. (diff) | |
Merge pull request #947 from python-discord/redis_persistence
RedisCache - Data Persistence
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 1 |
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 |