Skip to content
Snippets Groups Projects
Commit 055e966a authored by canderson's avatar canderson
Browse files

[350157] "cleanup" sometimes cleans up too much

parent 88fa29e2
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,7 @@
<target
name="download"
depends="touchDownload"
if="dependency.file"
unless="local.cache.file.exists">
<get
......@@ -139,6 +140,7 @@
<target
name="downloadrepo"
depends="touchRepo"
if="dependency.repo"
unless="local.cache.repo.exists">
<get
......
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