Skip to content

Commit

Permalink
Fix link-dest relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
dimikot committed Feb 28, 2024
1 parent 804e57c commit f53bd5b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ci-storage
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,7 @@ def action_store(
"--partial",
"--inplace",
"--stats",
*(
[f"--link-dest={storage_dir}/{slot_id_recent}/"]
if slot_id_recent
else []
),
*([f"--link-dest=../{slot_id_recent}/"] if slot_id_recent else []),
*[f"--exclude={pattern}" for pattern in exclude],
*(["-v"] if verbose else []),
f"{local_dir}/",
Expand Down

0 comments on commit f53bd5b

Please sign in to comment.