forked from infra/ansible
copr-dist-git: move sentry configuration to the correct config
This commit is contained in:
parent
44951845e4
commit
e537215abc
2 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,3 @@ gitolite = False
|
|||
|
||||
# name of the default branch (a.k.a. master or main)
|
||||
default_branch = master
|
||||
|
||||
{% if env == 'production' %}
|
||||
sentry_dsn={{ copr_sentry_dsn }}
|
||||
{% endif %}
|
||||
|
|
|
|||
|
|
@ -18,3 +18,7 @@ per_task_log_dir=/var/lib/copr-dist-git/per-task-logs/
|
|||
|
||||
# which chroot to use for mock-scm builds
|
||||
mock_scm_chroot=fedora-24-x86_64
|
||||
|
||||
{% if env == 'production' %}
|
||||
sentry_dsn={{ copr_sentry_dsn }}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue