jenkins: get wcs from branch (temporary)

This commit is contained in:
Frédéric Péters 2019-09-30 09:58:49 +02:00
parent 16a1156c30
commit 7a619478f3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ done
test -d wcs || git clone git://repos.entrouvert.org/wcs.git
(cd wcs && git pull)
(cd wcs && git clean -xdf)
(cd wcs && git checkout wip/36517-imports)
virtualenv --system-site-packages venv
PIP_BIN=venv/bin/pip