Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
concrexit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
thalia
concrexit
Commits
18dc0355
Verified
Commit
18dc0355
authored
Oct 05, 2018
by
Joren Vrancken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add obsolete translations check to CI
parent
f9bd2262
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.gitlab-ci.yml
.gitlab-ci.yml
+8
-0
No files found.
.gitlab-ci.yml
View file @
18dc0355
...
...
@@ -16,6 +16,14 @@ 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
:
stage
:
test
image
:
$PY36_IMAGE
...
...
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