diff options
| author | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2017-08-04 13:13:11 +0200 |
|---|---|---|
| committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2017-08-04 13:54:41 +0200 |
| commit | 4c68f22b0bf57b307abcef62e5f9ef927b1d047e (patch) | |
| tree | 842764c661011f21dec4c53099b31797be33aa37 | |
| parent | a92ccbcb9e0bcb1ed38c114f03af20245c2f360c (diff) | |
| download | gitlab-ce-gitaly-386-shell-config.tar.gz | |
fix testsgitaly-386-shell-config
| -rw-r--r-- | spec/tasks/gitlab/gitaly_rake_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/tasks/gitlab/gitaly_rake_spec.rb b/spec/tasks/gitlab/gitaly_rake_spec.rb index a2f4ec39d89..6d453c19fc3 100644 --- a/spec/tasks/gitlab/gitaly_rake_spec.rb +++ b/spec/tasks/gitlab/gitaly_rake_spec.rb @@ -105,6 +105,8 @@ describe 'gitlab:gitaly namespace rake task' do # Gitaly storage configuration generated from #{Gitlab.config.source} on #{Time.current.to_s(:long)} # This is in TOML format suitable for use in Gitaly's config.toml file. socket_path = "/path/to/my.socket" + [gitlab-shell] + dir = "#{Gitlab.config.gitlab_shell.path}" [[storage]] name = "default" path = "/path/to/default" |
