change in jenkins file
This commit is contained in:
parent
2b00970070
commit
b6b43a3b93
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -36,8 +36,9 @@ pipeline {
|
|||
virtualenv venv
|
||||
#. venv/bin/activate
|
||||
export PATH=${VIRTUAL_ENV}/bin:${PATH}
|
||||
pip install --upgrade pip
|
||||
pip install -r requirements.txt -r dev-requirements.txt
|
||||
make -f Makefile clean
|
||||
make clean
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user