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
beat
beat.editor
Commits
efcb68b5
Commit
efcb68b5
authored
Feb 18, 2019
by
André Anjos
💬
Browse files
[ci] Move exporting of variables to "variables" section
parent
589bae5c
Pipeline
#27212
passed with stages
in 51 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
efcb68b5
...
...
@@ -14,6 +14,9 @@ browser_test:
image
:
docker.idiap.ch/beat/ci.env.editor:0.0.1r0
variables
:
BEAT_BROWSER_TESTS
:
"
true"
LANG
:
"
en_US.UTF-8"
LANGUAGE
:
"
en_US:en"
LC_ALL
:
"
en_US.UTF-8"
dependencies
:
-
build_linux_36
before_script
:
...
...
@@ -21,6 +24,3 @@ browser_test:
-
apt-get install -y locales > /dev/null
-
echo "en_US UTF-8" > /etc/locale.gen
-
locale-gen en_US.UTF-8
-
export LANG=en_US.UTF-8
-
export LANGUAGE=en_US:en
-
export LC_ALL=en_US.UTF-8
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