diff options
Diffstat (limited to 'support/go_build.rb')
-rw-r--r-- | support/go_build.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/go_build.rb b/support/go_build.rb index 42e207a..6f4c92b 100644 --- a/support/go_build.rb +++ b/support/go_build.rb @@ -2,8 +2,8 @@ require 'fileutils' -# This will set the ROOT_PATH variable -require_relative '../lib/gitlab_init' +# Determine the root of the gitlab-shell directory +ROOT_PATH = ENV.fetch('GITLAB_SHELL_DIR', File.expand_path('..', __dir__)) module GoBuild GO_DIR = File.join(ROOT_PATH, 'go') |