summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)");