clone dependencies from the previous checkout if the checkout artifact is already present
The following discussion from !5 (merged) should be addressed:
-
@maszyman started a discussion: (+1 comment) I wonder if we should clone also
doc['config']['projects'][...]['dependencies']
, because if the artifact is already present, the list returned bydependencies()
will be empty (as it is set byset_dependencies()
inlb/nightly/functions/rpc.py::checkout
).