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:
authorToon Claes <toon@gitlab.com>2023-03-16 13:06:11 +0300
committerToon Claes <toon@gitlab.com>2023-05-03 16:45:31 +0300
commitc614e857f8a75115bc8f5f4ded6dea532c0c1886 (patch)
tree0c47f23c48a239b25e5301ea30c77fe2317cc67d /tools/module-updater/main.go
parent689556e70a14e189579e9a0c8daebaa2a25ce5f3 (diff)
tools: Remove handling ruby subdir in module-updater
The ruby subdirectory doesn't exist no more, we can stop skip it.
Diffstat (limited to 'tools/module-updater/main.go')
-rw-r--r--tools/module-updater/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/module-updater/main.go b/tools/module-updater/main.go
index f2a51afc4..08da5da0b 100644
--- a/tools/module-updater/main.go
+++ b/tools/module-updater/main.go
@@ -26,7 +26,6 @@ var skipDirs = map[string]bool{
"danger": true,
"doc": true,
"proto/go/gitalypb": true,
- "ruby": true,
"scripts": true,
"tools/protoc-gen-gitaly-lint/testdata": true,
"unreleased": true,