fix: jenkinsfile-dvc

This commit is contained in:
Filip Patyk 2023-05-23 12:36:08 +02:00
parent a6dec4efea
commit f142e3e78e
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ node {
sh 'dvc exp run' sh 'dvc exp run'
} }
}
} }
}