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 project is archived. Its data is
read-only
.
Show more breadcrumbs
leap
leap_cli
Commits
90cd79b9
There was a problem fetching the pipeline summary.
Commit
90cd79b9
authored
Aug 19, 2016
by
elijah
Browse files
Options
Downloads
Plain Diff
Merge branch 'rake_install' of
https://0xacab.org/varac/leap_cli
into develop
parents
81e7054c
f23617b4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.gitlab-ci.yml
+6
-2
6 additions, 2 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
with
8 additions
and
3 deletions
.gitignore
+
1
−
0
View file @
90cd79b9
...
@@ -2,6 +2,7 @@ Gemfile.lock
...
@@ -2,6 +2,7 @@ Gemfile.lock
pkg
pkg
junk
junk
test/provider/hiera
test/provider/hiera
test/provider/nodes/
test/provider/files/nodes/
test/provider/files/nodes/
test/provider/files/ca/
test/provider/files/ca/
test/provider/files/ssh/
test/provider/files/ssh/
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
6
−
2
View file @
90cd79b9
image
:
ruby:2.1
image
:
leapcode/
ruby:2.1
-slim
stages
:
stages
:
-
syntax
-
build
-
build
-
trigger
-
trigger
...
@@ -9,6 +8,11 @@ build:
...
@@ -9,6 +8,11 @@ build:
stage
:
build
stage
:
build
script
:
script
:
-
rake build
-
rake build
#- sudo rake install
#- ./bin/leap
-
gem install --user-install pkg/leap_cli-*.gem
-
export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
-
leap
artifacts
:
artifacts
:
paths
:
paths
:
-
pkg/leap_cli-*.gem
-
pkg/leap_cli-*.gem
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
90cd79b9
...
@@ -8,7 +8,7 @@ Installation
...
@@ -8,7 +8,7 @@ Installation
Install prerequisites:
Install prerequisites:
sudo apt-get install git ruby ruby-dev rsync openssh-client openssl rake
sudo apt-get install git ruby ruby-dev rsync openssh-client openssl rake
gcc make zlib1g-dev
NOTE: leap_cli requires ruby 1.9 or later.
NOTE: leap_cli requires ruby 1.9 or later.
...
...
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