From c9beaa1291784c5f83e85ae2db8009e8fe5b1f09 Mon Sep 17 00:00:00 2001 From: bserie Date: Fri, 9 Dec 2016 15:00:43 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20gitlab-workhorse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoGitlab/8.14.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/HowtoGitlab/8.14.md b/HowtoGitlab/8.14.md index 7f780811..19d3cf04 100644 --- a/HowtoGitlab/8.14.md +++ b/HowtoGitlab/8.14.md @@ -450,8 +450,10 @@ $ git checkout v$(cat ~/gitlab/GITLAB_SHELL_VERSION) -b v$(cat ~/gitlab/GITLAB_S ### Mise à jour de gitlab-workhorse ~~~ -$ cd ~/gitlab -$ bundle exec rake "gitlab:workhorse:install[/home/foo/gitlab-workhorse]" RAILS_ENV=production +$ cd ~/gitlab-workhorse +$ git fetch +$ git checkout v$(cat ~/gitlab/GITLAB_WORKHORSE_VERSION) -b v$(cat ~/gitlab/GITLAB_WORKHORSE_VERSION) +$ make ~~~ ### Mise à jour base de données, Gems et assets