We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6941c commit 7d16fb3Copy full SHA for 7d16fb3
Makefile
@@ -96,9 +96,8 @@ ${GOLANGCI_LINT_FILE}:
96
97
setup: make_necessary_dirs bin/gitlab-shell
98
99
-make_necessary_dirs: _script_install
100
-_script_install:
101
- bin/install
+make_necessary_dirs:
+ support/make_necessary_dirs
102
103
compile: bin/gitlab-shell bin/gitlab-sshd
104
bin/install renamed to support/make_necessary_dirs
@@ -1,7 +1,7 @@
1
#!/usr/bin/env ruby
2
3
# Load ROOT_PATH and access the minimum necessary config file
4
-require_relative '../support/gitlab_config'
+require_relative 'gitlab_config'
5
6
config = GitlabConfig.new
7
key_dir = File.dirname("#{config.auth_file}")
0 commit comments