Skip to content
Snippets Groups Projects
Commit bd240915 authored by elijah's avatar elijah
Browse files

remove submodule stuff. yeah.

parent c3e773f1
Branches
No related tags found
No related merge requests found
...@@ -86,7 +86,6 @@ module LeapCli; module Commands ...@@ -86,7 +86,6 @@ module LeapCli; module Commands
Dir.chdir(platform_dir) do Dir.chdir(platform_dir) do
log :cloning, "leap_platform:stable into #{platform_dir}" log :cloning, "leap_platform:stable into #{platform_dir}"
pty_run "git clone --branch stable #{DEFAULT_REPO} ." pty_run "git clone --branch stable #{DEFAULT_REPO} ."
pty_run 'git submodule update --init'
end end
else else
bail! bail!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment