Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
should
Commits
6399ccd0
Commit
6399ccd0
authored
Apr 12, 2018
by
Mathieu Giraud
Browse files
.gitlab-ci.yml: set locale to UTF-8
parent
071b46ad
Pipeline
#408470
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6399ccd0
...
...
@@ -3,6 +3,12 @@ stages:
-
unit
-
demo
before_script
:
-
echo "LANG=\"en_US.UTF-8\"" >> /etc/default/locale
-
locale-gen en_US.UTF-8
-
update-locale LANG=en_US.UTF-8
unit
:
stage
:
unit
script
:
python3 -m doctest src/should.py
...
...
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