Add dvc yaml solution lab10

This commit is contained in:
michalzareba 2021-06-12 17:59:29 +02:00
parent a4cf799813
commit d58e349621

View File

@ -22,5 +22,6 @@ pipeline{
sh "dvc pull" sh "dvc pull"
sh "dvc reproduce" sh "dvc reproduce"
} }
}
} }
} }