Commit 4e2f01f98c196361378e389d80236a00711722ef
1 parent
9ad6f160
Exists in
master
and in
17 other branches
Remove unnecessary relative_path declaration
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
config/software/gitlab-webui.rb
... | ... | @@ -29,8 +29,6 @@ dependency "postgresql" |
29 | 29 | |
30 | 30 | source :git => "https://gitlab.com/gitlab-org/gitlab-ce.git" |
31 | 31 | |
32 | -relative_path "gitlab-webui" | |
33 | - | |
34 | 32 | build do |
35 | 33 | bundle "install --without mysql development test --path=#{install_dir}/embedded/service/gem" |
36 | 34 | command "mkdir -p #{install_dir}/embedded/service/gitlab-webui" | ... | ... |