Skip to content
Snippets Groups Projects
Commit 2282c551 authored by François  LAURENT's avatar François LAURENT
Browse files

fixes #41 on the Julia side

parent af61d63c
No related branches found
No related tags found
No related merge requests found
Pipeline #82394 passed
...@@ -73,6 +73,10 @@ function push(model::Backends, file::String; clean=true, metadata=true) ...@@ -73,6 +73,10 @@ function push(model::Backends, file::String; clean=true, metadata=true)
if isfile(file′) if isfile(file′)
push!(files, file′) push!(files, file′)
end end
else
for file′ in Formats.getdependencies(file)
push!(files, file′)
end
end end
for file in files for file in files
@info "Pushing file to backend" backend=backend instance=instance file=file @info "Pushing file to backend" backend=backend instance=instance file=file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment