diff options
| author | 2020-09-26 15:08:38 +0300 | |
|---|---|---|
| committer | 2020-09-26 15:08:38 +0300 | |
| commit | a0eb4e60c2a5fd8cf5344275532a5212e12f1b2d (patch) | |
| tree | 84596a5b098109ef5a993da4bb3091f5b3448c48 /azure-pipelines.yml | |
| parent | PEP: Move PEP error message sending to another function (diff) | |
| parent | Merge pull request #1161 from bast0006/feature-bast-user-token-notify (diff) | |
Merge remote-tracking branch 'upstream/master' into pep-improvisations
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 |