Skip to content
Snippets Groups Projects
Commit a9e97b91 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch '2304-new-gitlab-shell-build-step-compile-go-executables' into 'master'

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

Closes #2304

See merge request !1554
parents 46a0093e 0718708e
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