Commit 3bc80dd23a77877335911a2f3d40c73d5bcafa15
1 parent
b90f5057
Exists in
master
and in
17 other branches
Add a comment to the gitlab-core.rb software file
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
config/software/gitlab-core.rb
... | ... | @@ -59,6 +59,8 @@ build do |
59 | 59 | |
60 | 60 | command "mkdir -p #{install_dir}/embedded/service/gitlab-core" |
61 | 61 | command "#{install_dir}/embedded/bin/rsync -a --delete --exclude=.git/*** --exclude=.gitignore ./ #{install_dir}/embedded/service/gitlab-core/" |
62 | + | |
63 | + # Create a wrapper for the rake tasks of the Rails app | |
62 | 64 | block do |
63 | 65 | open("#{install_dir}/bin/gitlab-rake", "w") do |file| |
64 | 66 | file.print <<-EOH | ... | ... |