diff options
author | Jun Kuriyama <kuriyama@s2factory.co.jp> | 2017-05-23 23:19:58 +0900 |
---|---|---|
committer | Jun Kuriyama <kuriyama@s2factory.co.jp> | 2017-05-24 01:03:29 +0900 |
commit | 57eb05b56f22ec8f2c57532e7091d0ceb66f91b9 (patch) | |
tree | 3419ce5248dabe6f079a1a4f4ba9675d07d445a7 /doc/update/9.0-to-9.1.md | |
parent | d07e85e1033f8026f155c6171cb3ebcd6b93d9ed (diff) | |
download | gitlab-ce-57eb05b56f22ec8f2c57532e7091d0ceb66f91b9.tar.gz |
Remove `bin/comple` from gitlab-shell v5.0.2 deployment procedure.
Diffstat (limited to 'doc/update/9.0-to-9.1.md')
-rw-r--r-- | doc/update/9.0-to-9.1.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/update/9.0-to-9.1.md b/doc/update/9.0-to-9.1.md index 2b582d4eefd..2d597894517 100644 --- a/doc/update/9.0-to-9.1.md +++ b/doc/update/9.0-to-9.1.md @@ -104,7 +104,6 @@ cd /home/git/gitlab-shell sudo -u git -H git fetch --all --tags sudo -u git -H git checkout v$(</home/git/gitlab/GITLAB_SHELL_VERSION) -sudo -u git -H bin/compile ``` ### 7. Update gitlab-workhorse |