We allow HTTPS pushing in Fedora
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
9fab819693
commit
4cf056ea83
1 changed files with 2 additions and 0 deletions
|
@ -350,6 +350,8 @@ BLACKLISTED_GROUPS = ['forks', 'group']
|
|||
PROJECT_NAME_REGEX = '^[a-zA-z0-9_][a-zA-Z0-9-_\.+]*$'
|
||||
|
||||
{% if env == "staging" %}
|
||||
ALLOW_HTTP_PUSH = True
|
||||
|
||||
# repoSpanner setup
|
||||
|
||||
# For now, repoSpanner is enabled on a per-repo basis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue