Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-shell
Commits
7b692799
Commit
7b692799
authored
Jul 16, 2015
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-shell
parents
64996dbb
a3381895
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
3 deletions
+30
-3
.gitlab-ci.yml
.gitlab-ci.yml
+22
-0
README.md
README.md
+3
-3
config.yml.example
config.yml.example
+5
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
7b692799
before_script
:
-
export PATH=~/bin:/usr/local/bin:/usr/bin:/bin
-
gem install bundler
-
cp config.yml.example config.yml
-
bundle install
rspec
:
script
:
-
bundle exec rspec spec
tags
:
-
git-annex
-
ruby
except
:
-
tags
rubocop
:
script
:
-
bundle exec rubocop
tags
:
-
ruby
except
:
-
tags
README.md
View file @
7b692799
...
...
@@ -40,7 +40,7 @@ An overview of the four cases described above:
## Code status
[
![CI
](
http
://ci.gitlab.org/projects/4/status.png?ref=master
)
](http
://ci.gitlab.org/projects/4?ref=master)
[
![CI
](
http
s://ci.gitlab.org/projects/4/status.png?ref=master
)
](https
://ci.gitlab.org/projects/4?ref=master)
[
![Build Status
](
https://semaphoreapp.com/api/v1/projects/a71ddd46-a9cc-4062-875e-7ade19a44927/243336/badge.png
)
](https://semaphoreapp.com/gitlabhq/gitlab-shell)
[
![Code Climate
](
https://codeclimate.com/github/gitlabhq/gitlab-shell.png
)
](https://codeclimate.com/github/gitlabhq/gitlab-shell)
[
![Coverage Status
](
https://coveralls.io/repos/gitlabhq/gitlab-shell/badge.png?branch=master
)
](https://coveralls.io/r/gitlabhq/gitlab-shell)
...
...
@@ -91,7 +91,7 @@ List repos:
Import repo:
# Default timeout is 2 minutes
./bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git
./bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git
# Override timeout in seconds
./bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git 90
...
...
@@ -114,7 +114,7 @@ Remove branch:
Create tag (lightweight & annotated):
./bin/gitlab-projects create-tag gitlab/gitlab-ci.git v3.0.0 3-0-stable
./bin/gitlab-projects create-tag gitlab/gitlab-ci.git v3.0.0 3-0-stable
./bin/gitlab-projects create-tag gitlab/gitlab-ci.git v3.0.0 3-0-stable 'annotated message goes here'
Remove tag:
...
...
config.yml.example
View file @
7b692799
#
# If you change this file in a Merge Request, please also create
# a Merge Request on https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests
#
# GitLab user. git by default
user: git
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment