18
0
Fork 0

Mise à jour de gitlab-workhorse

This commit is contained in:
Benoît S. 2016-12-09 15:00:43 +01:00
parent 4a3ec542fd
commit c9beaa1291
1 changed files with 4 additions and 2 deletions

View File

@ -450,8 +450,10 @@ $ git checkout v$(cat ~/gitlab/GITLAB_SHELL_VERSION) -b v$(cat ~/gitlab/GITLAB_S
### Mise à jour de gitlab-workhorse ### Mise à jour de gitlab-workhorse
~~~ ~~~
$ cd ~/gitlab $ cd ~/gitlab-workhorse
$ bundle exec rake "gitlab:workhorse:install[/home/foo/gitlab-workhorse]" RAILS_ENV=production $ 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 ### Mise à jour base de données, Gems et assets