Commit 382060b9 authored by Douwe Maan's avatar Douwe Maan

Merge branch '24187-set-git-terminal-prompt-env-var-in-initializer' into 'master'

Adds git terminal prompt env var to application rb

Closes #24187

See merge request !10372
parents 796d65f1 ecd75216
---
title: Set GIT_TERMINAL_PROMPT env variable in initializer
merge_request: 10372
author:
......@@ -150,6 +150,7 @@ module Gitlab
# This is needed for gitlab-shell
ENV['GITLAB_PATH_OUTSIDE_HOOK'] = ENV['PATH']
ENV['GIT_TERMINAL_PROMPT'] = '0'
config.generators do |g|
g.factory_girl false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment