Skip to content
Snippets Groups Projects
Commit 0718708e authored by Ian Baum's avatar Ian Baum Committed by Marin Jankovski
Browse files

Adding `bin/compile` to gitlab-shell build steps

parent 46a0093e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,6 +17,7 @@ omnibus-gitlab repository.
- Generate license .csv file 5478b1aa
- Generate PO translation files 6b6c936a
- Change service running detection 18b51873
- Compile new binaries for gitlab-shell
 
9.1.2
 
Loading
Loading
Loading
Loading
@@ -29,7 +29,9 @@ dependency 'ruby'
source git: version.remote
 
build do
env = with_standard_compiler_flags(with_embedded_path)
command "mkdir -p #{install_dir}/embedded/service/gitlab-shell"
command 'bin/compile', env: env
sync './', "#{install_dir}/embedded/service/gitlab-shell/", exclude: ['.git', '.gitignore']
 
block do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment