Fixed docker issues
Some checks failed
ci-tests/simple-python-pyinstaller-tapp/pipeline/head There was a failure building this commit
Some checks failed
ci-tests/simple-python-pyinstaller-tapp/pipeline/head There was a failure building this commit
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -36,7 +36,7 @@ pipeline {
|
||||
steps {
|
||||
dir(path: env.BUILD_ID) {
|
||||
unstash(name: 'compiled-results')
|
||||
sh "docker run --rm -v ${VOLUME} ${IMAGE} 'pyinstaller -F add2vals.py'"
|
||||
sh "docker run --rm -v ${VOLUME} ${IMAGE} 'pyinstaller -F add2vals.py' "
|
||||
}
|
||||
}
|
||||
post {
|
||||
@@ -47,4 +47,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user