aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar RohanJnr <[email protected]>2020-03-12 22:34:00 +0530
committerGravatar RohanJnr <[email protected]>2020-03-12 22:34:00 +0530
commitd56639c721243713fc707502fe057d7eae045e21 (patch)
treeb6c1a4ff56ae3c2596502cde5b2528b657e267f7 /azure-pipelines.yml
parentconvert get_tags() method to staticmethod (diff)
parentMerge branch 'master' into tags_overhaul (diff)
Merge branch 'tags_overhaul' of https://github.com/RohanJnr/bot into tags_overhaul
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 280f11a36..16d1b7a2a 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -47,7 +47,7 @@ jobs:
pre-commit | "$(PythonVersion.pythonLocation)"
path: $(PRE_COMMIT_HOME)
- - script: pre-commit run --all-files --show-diff-on-failure
+ - script: pre-commit run --all-files
displayName: 'Run pre-commit hooks'
- script: BOT_API_KEY=foo BOT_SENTRY_DSN=blah BOT_TOKEN=bar WOLFRAM_API_KEY=baz REDDIT_CLIENT_ID=spam REDDIT_SECRET=ham coverage run -m xmlrunner