diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-30 19:28:38 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-30 19:28:38 +0000 |
commit | 413495f0ee671c9ba9f395a9dc7c56bdd8fbdd1f (patch) | |
tree | 693e2b6ac6c61c144467e98d96941d6fad70ae53 | |
parent | a5c1b42bf113c7a633eaeb51c998be58797d39dc (diff) | |
parent | c40fd0b1c2aa5d3354fd50e37a4fe22483df2042 (diff) | |
download | gitlab-ce-413495f0ee671c9ba9f395a9dc7c56bdd8fbdd1f.tar.gz |
Merge branch 'docs-update_gitlab_workhorse_for_8.11' into 'master'
docs: make sure to update 8.10-to-8.11 workhorse version too (see !5983)
## What does this MR do?
Make sure to remember the correct workhorse version for specific version update instructions for those of us still doing source installs.
Related to !5983.
See merge request !6049
-rw-r--r-- | doc/update/8.10-to-8.11.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.10-to-8.11.md b/doc/update/8.10-to-8.11.md index 98721763566..b058f8e2a03 100644 --- a/doc/update/8.10-to-8.11.md +++ b/doc/update/8.10-to-8.11.md @@ -82,7 +82,7 @@ GitLab 8.1. ```bash cd /home/git/gitlab-workhorse sudo -u git -H git fetch --all -sudo -u git -H git checkout v0.7.8 +sudo -u git -H git checkout v0.7.11 sudo -u git -H make ``` |