Skip to content

Commit

Permalink
Bump shell version
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Zaporozhets <[email protected]>
  • Loading branch information
dzaporozhets committed Jun 18, 2014
1 parent 8f8a6bf commit 2b6b07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GITLAB_SHELL_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.5
1.9.6
2 changes: 1 addition & 1 deletion doc/install/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ GitLab Shell is an ssh access and repository management software developed speci
cd /home/git/gitlab

# Run the installation task for gitlab-shell (replace `REDIS_URL` if needed):
sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.5] REDIS_URL=redis://localhost:6379 RAILS_ENV=production
sudo -u git -H bundle exec rake gitlab:shell:install[v1.9.6] REDIS_URL=redis://localhost:6379 RAILS_ENV=production

# By default, the gitlab-shell config is generated from your main gitlab config.
#
Expand Down

0 comments on commit 2b6b07f

Please sign in to comment.