Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
leap_cli
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
leap_cli
Commits
bd240915
Commit
bd240915
authored
Jun 27, 2017
by
elijah
Browse files
Options
Downloads
Patches
Plain Diff
remove submodule stuff. yeah.
parent
c3e773f1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/leap_cli/commands/new.rb
+0
-1
0 additions, 1 deletion
lib/leap_cli/commands/new.rb
with
0 additions
and
1 deletion
lib/leap_cli/commands/new.rb
+
0
−
1
View file @
bd240915
...
@@ -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!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment