Tweak after_success.

This commit is contained in:
guy 2020-01-28 16:53:25 +01:00
parent fec4cbb897
commit a1a0a299df
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
script:
- black --version
- black . --check --exclude '\.venv/|venv/|\.local/|\.cache/|cache/|\.git/|migrations/'
after_success: ""
allow_failures:
- stage: format
fast_finish: true