Unverified Commit f7da6cef authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Remove pager on git diff. (#4800)

parent b50ffef5
...@@ -190,7 +190,7 @@ jobs: ...@@ -190,7 +190,7 @@ jobs:
- run: - run:
name: Required lint modifications name: Required lint modifications
when: on_fail when: on_fail
command: git diff command: git --no-pager diff
python_type_check: python_type_check:
docker: docker:
......
...@@ -190,7 +190,7 @@ jobs: ...@@ -190,7 +190,7 @@ jobs:
- run: - run:
name: Required lint modifications name: Required lint modifications
when: on_fail when: on_fail
command: git diff command: git --no-pager diff
python_type_check: python_type_check:
docker: docker:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment