Skip to content
Snippets Groups Projects

aurweb: Skip commit validation if we are not on prod

Merged Sven-Hendrik Haase requested to merge skip-gpg-validation-in-aurdev into master
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -78,5 +78,7 @@ error-token = {{ vault_aurweb_error_token }}
[fastapi]
session_secret = {{ vault_aurweb_secret }}
{% if aurweb_environment_type == "prod" %}
[tracing]
otlp_endpoint = http://{{ hostvars['monitoring.archlinux.org']['wireguard_address'] }}:4318/v1/traces
{% endif %}
Loading