Commit 22973a5318fd0042210f9c031c5181d56ecd473b
1 parent
a46ed95d
Exists in
master
and in
17 other branches
Do not pin the build_version
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/projects/gitlab.rb
| @@ -22,7 +22,7 @@ homepage "http://www.gitlab.com/" | @@ -22,7 +22,7 @@ homepage "http://www.gitlab.com/" | ||
| 22 | 22 | ||
| 23 | replaces "gitlab" | 23 | replaces "gitlab" |
| 24 | install_path "/opt/gitlab" | 24 | install_path "/opt/gitlab" |
| 25 | -build_version '6.4.0' | 25 | +build_version Omnibus::BuildVersion.new.semver |
| 26 | build_iteration 1 | 26 | build_iteration 1 |
| 27 | 27 | ||
| 28 | # creates required build directories | 28 | # creates required build directories |