Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
4ea418a9
Verified
Commit
4ea418a9
authored
Oct 24, 2018
by
Joren Vrancken
Browse files
Do not exit CI job when no trailing whitespace has been found
parent
f1a26c46
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4ea418a9
...
...
@@ -22,7 +22,7 @@ codestyle:
script
:
-
tox -e flake8
# Check for obsolete translations in .po files (starting with `#~`).
-
(
grep --include="*.po" --
quiet --recursive --regexp "^#~" website
&& exit 1
)
|| e
xit
0
-
grep --include="*.po" --
files-with-matches --recursive "^#~"
&& exit 1 || e
cho "No obsolete translations found."
.djangotest
:
&djangotest
stage
:
test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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