Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update .local.jenkins.lin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 23, 2020
1 parent 8fae971 commit 9b77d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .local.jenkins.lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ virtualenv:
- path: {{ospathjoin(root_path, pickname("$NAME_JENKINS", project_name + "_$VERSION_$DIST_$NAME"), "_venv")}}

install:
- rm -r -f /var/lib/jenkins/.local
- if [[ -d "/var/lib/jenkins/.local/lib" ]] then rm -r -f /var/lib/jenkins/.local/lib fi
- $PYINT -m pip install --upgrade pip
- $PYINT -m pip install --no-cache-dir --upgrade --no-deps --index http://localhost:8067/simple/ jyquickhelper pyquickhelper --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install -r requirements.txt
Expand Down

0 comments on commit 9b77d25

Please sign in to comment.