ci: container debugging III

This commit is contained in:
Alexander Engelsberger
2021-11-04 10:50:44 +01:00
committed by GitHub
parent f7e7558338
commit a19b99be82

2
Jenkinsfile vendored
View File

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