changes in file
This commit is contained in:
parent
f72adf1474
commit
32fdc5c2b3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -189,6 +189,8 @@ pipeline {
|
||||||
sh """
|
sh """
|
||||||
#. venv/bin/activate
|
#. venv/bin/activate
|
||||||
export PATH=${VIRTUAL_ENV}/bin:${PATH}
|
export PATH=${VIRTUAL_ENV}/bin:${PATH}
|
||||||
|
cd PyBitmessage
|
||||||
|
touch *.xml
|
||||||
make unittest || true
|
make unittest || true
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user