mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
by default no minotr tag if we aren't in a git repo
This commit is contained in:
parent
63b53c9f51
commit
6f01d46f58
@ -8,7 +8,7 @@ import os
|
||||
|
||||
if os.environ.get('release') != "true":
|
||||
|
||||
minor_tag = "-dev"
|
||||
minor_tag = ""
|
||||
try:
|
||||
from gunicorn.util import popen3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user