ok, we do this in staging instead
This commit is contained in:
parent
99ba027989
commit
b79d9d9010
3 changed files with 1 additions and 7 deletions
|
@ -11,9 +11,6 @@ deployment_type: dev
|
|||
|
||||
extra_enablerepos: 'infrastructure-testing'
|
||||
|
||||
# make sure we're talking to stg fedmsg
|
||||
env: staging
|
||||
|
||||
|
||||
############################################################
|
||||
# resultsdb details
|
||||
|
|
|
@ -14,9 +14,6 @@ robots_path: /var/www/html
|
|||
# this enables extra repos during dnf operations
|
||||
extra_enablerepos: 'infrastructure-testing'
|
||||
|
||||
# make sure we're listening to stg fedmsg
|
||||
env: staging
|
||||
|
||||
|
||||
############################################################
|
||||
# task repo details
|
||||
|
|
|
@ -6,7 +6,7 @@ SYSLOG_LOGGING = False
|
|||
STREAM_LOGGING = True
|
||||
|
||||
|
||||
{% if deployment_type in ['local']%}
|
||||
{% if deployment_type in ['local', 'dev']%}
|
||||
MESSAGE_BUS_PUBLISH = False
|
||||
{% else %}
|
||||
MESSAGE_BUS_PUBLISH = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue