Commit 03444a89d752b3ee6b559ed5b6de2f7be20c2914
1 parent
a09f8811
Exists in
master
and in
9 other branches
Fetch from all remotes during build
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/release.md
... | ... | @@ -101,7 +101,7 @@ sudo su - omnibus-build |
101 | 101 | |
102 | 102 | ```shell |
103 | 103 | cd ~/omnibus-gitlab |
104 | -git fetch | |
104 | +git fetch --all | |
105 | 105 | git checkout 6.6.0.my-tag |
106 | 106 | ``` |
107 | 107 | |
... | ... | @@ -130,4 +130,4 @@ and [EE example](https://dev.gitlab.org/gitlab/gitlab-ee/commit/7301417820404f92 |
130 | 130 | |
131 | 131 | [the gitlab-rails version in omnibus-gitlab]: ../master/config/software/gitlab-rails.rb#L20 |
132 | 132 | [the gitlab-shell version]: ../master/config/software/gitlab-shell.rb#L20 |
133 | -[the source]: ../master/config/software/gitlab-rails.rb#L34 | |
134 | 133 | \ No newline at end of file |
134 | +[the source]: ../master/config/software/gitlab-rails.rb#L34 | ... | ... |