Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Strokov <pstrokov@gitlab.com>2020-10-23 16:24:13 +0300
committerPavlo Strokov <pstrokov@gitlab.com>2020-10-23 16:24:13 +0300
commit87c6dd81c833e93e68fa5bd0479c06351aff12b0 (patch)
treeb779c586a6955ae5bb99cf52a8a35daf88189403 /_support
parent2c750a230dae024d4f59a85c7dba66bac5546fe6 (diff)
parentb2fc0f7fd3f09e7d5624575fd4a01ef4702a060e (diff)
Merge branch 'zj-remove-gitlab-shell' into 'master'
gitlab-shell: Remove vendored files See merge request gitlab-org/gitaly!2618
Diffstat (limited to '_support')
-rwxr-xr-x_support/test-boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/_support/test-boot b/_support/test-boot
index 3f9f810fc..021ad7c04 100755
--- a/_support/test-boot
+++ b/_support/test-boot
@@ -17,7 +17,7 @@ def main(gitaly_dir)
Dir.mktmpdir do |dir|
Dir.chdir(dir)
- File.write(File.join("#{gitaly_dir}/ruby/gitlab-shell", '.gitlab_shell_secret'), 'test_gitlab_shell_token')
+ File.write(File.join("#{gitaly_dir}/ruby/git-hooks", '.gitlab_shell_secret'), 'test_gitlab_shell_token')
File.write('config.toml', <<~CONFIG
socket_path = "#{ADDR}"
@@ -31,7 +31,7 @@ def main(gitaly_dir)
dir = "#{gitaly_dir}/ruby"
[gitlab-shell]
- dir = "#{gitaly_dir}/ruby/gitlab-shell"
+ dir = "#{gitaly_dir}/ruby/git-hooks"
[gitlab]
url = 'http://gitlab_url'