diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-07-16 12:14:49 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-07-16 12:14:49 +0200 |
commit | 7b692799adde84433a37b250c5d7e36483fbf5f7 (patch) | |
tree | cb749bd27afb3182cdc715e696c1d34d831811ef /README.md | |
parent | 64996dbb6dc869d9aeb7032bad29c2775cfd8297 (diff) | |
parent | a33818958222e5e6ef405a64608c37d7452a4b65 (diff) | |
download | gitlab-shell-7b692799adde84433a37b250c5d7e36483fbf5f7.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-shell
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -40,7 +40,7 @@ An overview of the four cases described above: ## Code status -[](http://ci.gitlab.org/projects/4?ref=master) +[](https://ci.gitlab.org/projects/4?ref=master) [](https://semaphoreapp.com/gitlabhq/gitlab-shell) [](https://codeclimate.com/github/gitlabhq/gitlab-shell) [](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: |