diff options
author | Rémy Coutable <remy@rymai.me> | 2016-11-24 14:19:09 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-11-30 10:35:17 +0100 |
commit | a9c250eaddf758f99ac8c868dc86f4df0cc157f4 (patch) | |
tree | 8a6e338529341e89ca407ab865f9185028c5610d /doc/install | |
parent | fbbf177e3b604bebce3b10f8eea8920ff5606fca (diff) | |
download | gitlab-ce-a9c250eaddf758f99ac8c868dc86f4df0cc157f4.tar.gz |
Add #run_command! to task helpers to raise a TaskFailedError if status is not 0
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 25b186b63f7..de650f0900d 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -408,7 +408,7 @@ You can specify a different Git repository by providing `GITLAB_WORKHORSE_REPO`: cd /home/git/gitlab - sudo -u git -H bundle exec rake gitlab:workhorse:install[/home/git/gitlab-workhorse] GITLAB_WORKHORSE_REPO=https://gitlab.com/gitlab-org/gitlab-ce.git RAILS_ENV=production + sudo -u git -H bundle exec rake gitlab:workhorse:install[/home/git/gitlab-workhorse] GITLAB_WORKHORSE_REPO=https://example.com/gitlab-workhorse.git RAILS_ENV=production You can specify a different version to use by providing `GITLAB_WORKHORSE_VERSION`: |