Update Jenkinsfile
This commit is contained in:
parent
998103654e
commit
894dde52a4
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -36,7 +36,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
steps {
|
||||
sh 'pyinstaller-alpine --noconfirm --onefile --clean sources/add2vals.py'
|
||||
sh 'six8/pyinstaller-alpine --noconfirm --onefile --clean sources/add2vals.py'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
|
Loading…
Reference in a new issue