mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
2b8c8fc92a
commit
40c1d3e8ee
1 changed files with 2 additions and 2 deletions
|
@ -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"]}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue