As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Unverified Commit 7d16fb3c authored by Ash McKenzie's avatar Ash McKenzie
Browse files

Rename bin/install to support/make_necessary_dirs

parent cd6941c6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -96,9 +96,8 @@ ${GOLANGCI_LINT_FILE}:
setup: make_necessary_dirs bin/gitlab-shell
make_necessary_dirs: _script_install
_script_install:
bin/install
make_necessary_dirs:
support/make_necessary_dirs
compile: bin/gitlab-shell bin/gitlab-sshd
Loading
Loading
#!/usr/bin/env ruby
# Load ROOT_PATH and access the minimum necessary config file
require_relative '../support/gitlab_config'
require_relative 'gitlab_config'
config = GitlabConfig.new
key_dir = File.dirname("#{config.auth_file}")
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