diff options
| author | 2020-06-22 08:42:12 +0800 | |
|---|---|---|
| committer | 2020-06-22 08:42:12 +0800 | |
| commit | 3e7e66ca0158a864dde825d8aeaad1b32c87b9ab (patch) | |
| tree | 1773e4de764f95254c89ddf7b18c67857c6ca211 /azure-pipelines.yml | |
| parent | Logging Tests: Simplify `DEBUG_MODE` `False` test (diff) | |
| parent | Merge pull request #1009 from python-discord/bug/mod/bot-2a/webhook-clyde (diff) | |
Merge branch 'master' into logging-tests
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 |