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
West
Commits
d98ba592
Commit
d98ba592
authored
Aug 01, 2018
by
jhskone
Browse files
remove pip soft link bc pip already exists
parent
823b1cf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d98ba592
...
@@ -79,14 +79,13 @@ west_doc_build:
...
@@ -79,14 +79,13 @@ west_doc_build:
-
export PATH=$PY_DIR/bin:$PATH
-
export PATH=$PY_DIR/bin:$PATH
-
wget https://bootstrap.pypa.io/get-pip.py
-
wget https://bootstrap.pypa.io/get-pip.py
-
python get-pip.py
-
python get-pip.py
-
pip install -U pip
-
which python
-
ln -s $PY_DIR/bin/pip3.5 $PY_DIR/bin/
pip
-
which
pip
-
pip install -U sphinx
-
pip install -U sphinx
script
:
script
:
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
-
cd West
-
cd West
-
git describe
-
git describe
-
cd doc
-
cd doc
-
sleep 60m
-
make html
-
make html
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