Making pip quiet
This commit is contained in:
parent
f9cc95fa24
commit
91f93dc9b5
@ -18,7 +18,7 @@ lint_python_on_merge_request:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- echo "Linting Python code"
|
- echo "Linting Python code"
|
||||||
- pip install black && black --fast --check .
|
- pip install -q black && black --fast --check .
|
||||||
|
|
||||||
|
|
||||||
build_and_push_container:
|
build_and_push_container:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user