Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
f7da6cef
Unverified
Commit
f7da6cef
authored
Oct 29, 2021
by
Vasilis Vryniotis
Committed by
GitHub
Oct 29, 2021
Browse files
Remove pager on git diff. (#4800)
parent
b50ffef5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.circleci/config.yml
.circleci/config.yml
+1
-1
.circleci/config.yml.in
.circleci/config.yml.in
+1
-1
No files found.
.circleci/config.yml
View file @
f7da6cef
...
@@ -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
:
...
...
.circleci/config.yml.in
View file @
f7da6cef
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment