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>2022-01-28 13:50:01 +0300
committerToon Claes <toon@gitlab.com>2022-01-28 13:50:01 +0300
commit23abb5cd23042d62c10403651a4a13c005b456b2 (patch)
tree7853021cf81ec67a4b80ea1be5e99eb54234f556
parent69baea2ed2c593ed570b614f1c311d8ee80a1c33 (diff)
parent2cdbfb3665dd4888a57071bc54cb81a95542cac8 (diff)
Merge branch 'pks-ff-enable-hooks-in-tempdir' into 'master'
hooks: Don't use Ruby hooks by default See merge request gitlab-org/gitaly!4292
-rw-r--r--internal/metadata/featureflag/ff_hooks_in_tempdir.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/metadata/featureflag/ff_hooks_in_tempdir.go b/internal/metadata/featureflag/ff_hooks_in_tempdir.go
index 554b8d58d..b40dab2ca 100644
--- a/internal/metadata/featureflag/ff_hooks_in_tempdir.go
+++ b/internal/metadata/featureflag/ff_hooks_in_tempdir.go
@@ -2,4 +2,4 @@ package featureflag
// HooksInTempdir switches away from Ruby hooks to hooks stored in a temporary directory. Every
// hook is simply a symlink to the gitaly-hooks binary.
-var HooksInTempdir = NewFeatureFlag("hooks_in_tempdir", false)
+var HooksInTempdir = NewFeatureFlag("hooks_in_tempdir", true)