Fixed Syntax in 'Deli' stage

This commit is contained in:
Dragonnight56 2020-12-10 20:21:14 -08:00
parent be9a08b999
commit 71d7069f82

2
jenkins/Jenkinsfile vendored
View file

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