Commit ecd75216 authored by Tiago Botelho's avatar Tiago Botelho

adds git terminal prompt env var to application rb

parent d9aca741
---
title: Set GIT_TERMINAL_PROMPT env variable in initializer
merge_request: 10372
author:
...@@ -150,6 +150,7 @@ module Gitlab ...@@ -150,6 +150,7 @@ module Gitlab
# This is needed for gitlab-shell # This is needed for gitlab-shell
ENV['GITLAB_PATH_OUTSIDE_HOOK'] = ENV['PATH'] ENV['GITLAB_PATH_OUTSIDE_HOOK'] = ENV['PATH']
ENV['GIT_TERMINAL_PROMPT'] = '0'
config.generators do |g| config.generators do |g|
g.factory_girl false 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