fix(ci): Don't create error reports from sandbox

We should not try to create issue reports for internal server errors
from a sandbox/review-app environment.

Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
moson 2023-10-20 15:45:58 +02:00
parent 2b8c8fc92a
commit 40c1d3e8ee
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296

View file

@ -134,8 +134,8 @@ provision_review:
-e "{\"vault_mariadb_users\":{\"root\":\"aur\"}}" \ -e "{\"vault_mariadb_users\":{\"root\":\"aur\"}}" \
-e "vault_aurweb_db_password=aur" \ -e "vault_aurweb_db_password=aur" \
-e "vault_aurweb_gitlab_instance=https://does.not.exist" \ -e "vault_aurweb_gitlab_instance=https://does.not.exist" \
-e "vault_aurweb_error_project=aur" \ -e "vault_aurweb_error_project=set-me" \
-e "vault_aurweb_error_token=aur" \ -e "vault_aurweb_error_token=set-me" \
-e "vault_aurweb_secret=aur" \ -e "vault_aurweb_secret=aur" \
-e "vault_goaurrpc_metrics_token=aur" \ -e "vault_goaurrpc_metrics_token=aur" \
-e '{"root_additional_keys": ["moson.pub", "aurweb-dev.pub"]}' -e '{"root_additional_keys": ["moson.pub", "aurweb-dev.pub"]}'