Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
westpy
Commits
e1bf7636
Commit
e1bf7636
authored
Sep 13, 2018
by
jhskone
Browse files
add echo LC_ALL
parent
4bd3e24d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e1bf7636
...
...
@@ -18,10 +18,6 @@ westpy_build:
-
apt-get -qq install zlib1g-dev > /dev/null
-
apt-get -qq install libssl-dev > /dev/null
-
cd /opt
-
export LANGUAGE=en_US.UTF-8
-
export LC_ALL=en_US.UTF-8
-
export LANG=en_US.UTF-8
-
export LC_TYPE=en_US.UTF-8
-
export PY_VERSION="3.5.4"
-
wget https://www.python.org/ftp/python/$PY_VERSION/Python-$PY_VERSION.tgz
-
tar -xzf Python-$PY_VERSION.tgz
...
...
@@ -37,6 +33,11 @@ westpy_build:
-
which python
-
which pip
-
pip freeze
-
export LANGUAGE=en_US.UTF-8
-
export LC_ALL=en_US.UTF-8
-
export LANG=en_US.UTF-8
-
export LC_TYPE=en_US.UTF-8
-
echo $LC_ALL
script
:
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL westpy
-
cd westpy
...
...
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