Skip to content
Snippets Groups Projects
Commit dfcafd74 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] #54 fix gitlab ci to use pyenv python 3.6.4 already installed in the docker image

parent d9f725a5
No related branches found
No related tags found
No related merge requests found
Pipeline #5679 passed
......@@ -6,7 +6,7 @@ stages:
- release
variables:
PYENV_PYTHON_VERSION: 3.6.8
PYENV_PYTHON_VERSION: 3.6.4
image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.4
......@@ -35,8 +35,6 @@ push_to_github:
- export PYENV_ROOT="$HOME/.pyenv"
- export PATH="$PYENV_ROOT/bin:$PATH"
- eval "$(pyenv init -)"
# fixme: pre-install python version in docker image to gain speed
- pyenv install $PYENV_PYTHON_VERSION
- pyenv shell $PYENV_PYTHON_VERSION
.changes: &changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment