Merge branch 'backup-delete-all-use-file-join' into 'master'
Use File.join in DeleteAllRepositories test Closes #47108 See merge request gitlab-org/gitlab-ce!19310
This commit is contained in:
commit
ccf052905c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ describe Backup::Repository do
|
||||||
end
|
end
|
||||||
|
|
||||||
def list_repositories
|
def list_repositories
|
||||||
Dir[SEED_STORAGE_PATH + '/*.git']
|
Dir[File.join(SEED_STORAGE_PATH, '*.git')]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue