Skip to content
Snippets Groups Projects
Commit ba7246d1 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Prepare for merge

parent 6f4b6201
No related branches found
No related tags found
1 merge request!174Add 'gdk' command wrapper and gem
Loading
Loading
@@ -15,7 +15,7 @@ def main
return false
end
 
cmd = %W(git clone -b gdk-cli https://gitlab.com/gitlab-org/gitlab-development-kit.git)
cmd = %W(git clone https://gitlab.com/gitlab-org/gitlab-development-kit.git)
cmd << ARGV[1] if ARGV.count == 2
system(*cmd)
else
Loading
Loading
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