Commit 4083df3d authored by Douwe Maan's avatar Douwe Maan

Merge branch 'jv-fix-compile-gdk' into 'master'

Fix bin/compile in GDK

Closes gitlab-development-kit#585

See merge request gitlab-org/gitlab-shell!327
parents 19da8838 4bfbf9bf
......@@ -8,7 +8,7 @@ include GoBuild
def main
ensure_build_dir_exists
run!(GO_ENV, %W[go install ./cmd/...], chdir: GO_DIR)
run!(GO_ENV, %W[go install ./cmd/...], chdir: File.join(ROOT_PATH, GO_DIR))
executables = Dir[File.join(BUILD_DIR, 'bin', '*')]
FileUtils.chmod(0755, executables)
FileUtils.cp(executables, File.join(ROOT_PATH, 'bin'))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment