Skip to content
Snippets Groups Projects

Add 'gdk' command wrapper and gem

Merged Jacob Vosmaer (GitLab) requested to merge gdk-cli into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -15,7 +15,7 @@ def main
@@ -15,7 +15,7 @@ def main
return false
return false
end
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
cmd << ARGV[1] if ARGV.count == 2
system(*cmd)
system(*cmd)
else
else
Loading