Fixed 'Deli' stage

This commit is contained in:
Dragonnight56 2020-12-10 20:13:49 -08:00
parent 16717cfcc6
commit c322c97dc5

2
jenkins/Jenkinsfile vendored
View file

@ -33,7 +33,7 @@ pipeline {
}
}
steps {
sh 'pyinstaller --onefile sources/add2vals.py'
sh /root/.pyenv/shims/pyinstaller --onefile sources/add2vals.py'
}
post {
success {