ci: container debugging

This commit is contained in:
Alexander Engelsberger 2021-11-04 10:41:28 +01:00 committed by GitHub
parent d24f580bf0
commit d57648f9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View File

@ -9,6 +9,7 @@ pipeline {
}
steps {
sh 'whoami'
sh 'pip install .[all] --user --progress-bar off'
}
}