Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Wellbore
Wellbore Domain Services
Commits
30bad0ec
Commit
30bad0ec
authored
Oct 05, 2021
by
Alexandre Vincent
Browse files
add git diff after pip-compile
parent
bd7cf61e
Pipeline
#70029
failed with stages
in 24 minutes and 8 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
30bad0ec
...
...
@@ -77,6 +77,7 @@ verify_existing_requirements:
script
:
-
pip-compile requirements.in
-
pip-compile requirements_dev.in
-
git diff
# checking difference between existing requirements and the newly generated one
# and using the number of lines as exit status code
-
exit $(git status -s | grep -e "^ M " | wc -l)
...
...
Write
Preview
Supports
Markdown
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