Fixed 'Deli' stage
This commit is contained in:
parent
16717cfcc6
commit
c322c97dc5
1 changed files with 1 additions and 1 deletions
2
jenkins/Jenkinsfile
vendored
2
jenkins/Jenkinsfile
vendored
|
@ -33,7 +33,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'pyinstaller --onefile sources/add2vals.py'
|
sh /root/.pyenv/shims/pyinstaller --onefile sources/add2vals.py'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|
Loading…
Reference in a new issue