Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thalia
concrexit
Commits
054c8c42
Unverified
Commit
054c8c42
authored
Oct 10, 2018
by
Thom Wiggers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check obsolete translations with codestyle
Otherwise we delay our pipelines.
parent
7e408ae6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
.gitlab-ci.yml
.gitlab-ci.yml
+3
-9
No files found.
.gitlab-ci.yml
View file @
054c8c42
...
...
@@ -16,19 +16,13 @@ stages:
-
test
-
deploy
obsolete-translations
:
stage
:
test
image
:
$PY37_IMAGE
cache
:
{}
script
:
# Check for obsolete translations in .po files (starting with `#~`).
-
(grep --include="*.po" --quiet --recursive --regexp "^#~" website && exit 1) || exit
0
pep8
:
codestyle
:
stage
:
test
image
:
$PY36_IMAGE
script
:
-
tox -e flake8
# Check for obsolete translations in .po files (starting with `#~`).
-
(grep --include="*.po" --quiet --recursive --regexp "^#~" website && exit 1) || exit
0
.djangotest
:
&djangotest
stage
:
test
...
...
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