From 4a3ec542fd1c989117cfd13ccf05d14da1f49f77 Mon Sep 17 00:00:00 2001 From: bserie Date: Fri, 9 Dec 2016 14:59:17 +0100 Subject: [PATCH] ajout cd --- HowtoGitlab/8.14.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HowtoGitlab/8.14.md b/HowtoGitlab/8.14.md index b05e4e02..7f780811 100644 --- a/HowtoGitlab/8.14.md +++ b/HowtoGitlab/8.14.md @@ -450,6 +450,7 @@ $ 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 ~~~