Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-05-24 09:09:15 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-05-24 09:09:15 +0300
commitf7187f1ebaeef71d13410a829a9aa97874f30775 (patch)
tree6df53517926a2105d660a7dcd023fbfe4247da42 /Rakefile
parent33a0947e4fa80e21d3fd876985b0ff5dbe0a98ed (diff)
Remove some debug output
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index fac6e16e..b69073ba 100644
--- a/Rakefile
+++ b/Rakefile
@@ -32,7 +32,7 @@ task :clone_repositories do
&& branch == ENV['CI_DEFAULT_BRANCH'] \
&& ENV["CI_PIPELINE_SOURCE"] == 'pipeline'
- puts "\n#{COLOR_CODE_GREEN}INFO: Cloning #{product['repo']} into #{product['project_dir']} ..#{COLOR_CODE_RESET}"
+ puts "\n#{COLOR_CODE_GREEN}INFO: Cloning #{product['repo']}..#{COLOR_CODE_RESET}"
`git clone --branch #{branch} --single-branch #{product['repo']} --depth 1 #{product['project_dir']}`