summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-09-07 22:38:05 +0200
committerlassulus <lassulus@lassul.us>2017-09-07 22:38:05 +0200
commite29490e2366d98ee8f1f00e5215a88851c8118f6 (patch)
tree146bca86718be76064e8ab60bdf39d90386ce57e
parentf72676274ea48b9498ca2b5b1b9e5a0890a8ce2a (diff)
-rw-r--r--lib/populate.jq1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/populate.jq b/lib/populate.jq
index 4d77800..e269d05 100644
--- a/lib/populate.jq
+++ b/lib/populate.jq
@@ -73,6 +73,7 @@ def git_script:
@sh " git clean -dxf",
@sh ")}",
($git_sources[] |
+ @sh "echo fetch_git \(.key) \(.value.git.url) \(.value.git.ref)",
@sh "fetch_git \(.key) \(.value.git.url) \(.value.git.ref)");