This commit is contained in:
Mikołaj Pokrywka 2022-06-05 17:17:43 +02:00
parent 787daebe27
commit 5df6a7352b

View File

@ -24,7 +24,6 @@ pipeline {
sh 'dvc remote modify --local ium_ssh_remote password ${IUM_PASS}'
sh 'dvc pull'
sh 'dvc repro'
sh ll
}
}
}