Poetry Preparation shortened for CI
Only dependencies are installed during setup, untracked packages are removed. Signed-off-by: Jürgen Edelbluth <jed@noreply.git.codebau.dev>
This commit is contained in:
parent
8a55418bb3
commit
3c0892d8ee
2
.ci/Jenkinsfile
vendored
2
.ci/Jenkinsfile
vendored
@ -10,7 +10,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Prepare') {
|
||||
steps {
|
||||
sh 'poetry install'
|
||||
sh 'poetry install --remove-untracked --no-root'
|
||||
}
|
||||
}
|
||||
stage('Tox') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user