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
tomotools
Nabu
Commits
12bd1845
Commit
12bd1845
authored
Nov 25, 2019
by
Pierre Paleo
Browse files
Update .gitlab-ci.yml
parent
469941f2
Pipeline
#17565
failed with stage
in 11 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
12bd1845
...
...
@@ -12,9 +12,9 @@ variables:
before_script
:
-
arch
-
echo $HOME
-
mkdir -p $HOME/.venv/py3
5
-
python
3
-m venv $HOME/.venv/py3
5
-
source $HOME/.venv/py3
5
/bin/activate
-
mkdir -p $HOME/.venv/py3
-
python -m venv $HOME/.venv/py3
-
source $HOME/.venv/py3/bin/activate
-
python --version
-
which python
-
pip install --upgrade pip
...
...
@@ -27,9 +27,9 @@ variables:
pages
:
stage
:
deploy
before_script
:
-
mkdir -p $HOME/.venv/py3
5
-
python
3
-m venv $HOME/.venv/py3
5
-
source $HOME/.venv/py3
5
/bin/activate
-
mkdir -p $HOME/.venv/py3
-
python -m venv $HOME/.venv/py3
-
source $HOME/.venv/py3/bin/activate
-
pip install --upgrade pip
-
pip install sphinx
script
:
...
...
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