[toddlers] Remove the token seed for staging
The token isn't really needed and it's replaced by "" when not available. So for staging we don't need really it. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
bb8a7285de
commit
182cc17a4f
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ kojipkgs_url = "https://kojipkgs{{ env_suffix }}.fedoraproject.org"
|
|||
# Account to use to connect to Pagure-as-dist-git
|
||||
dist_git_url = "https://src{{ env_suffix }}.fedoraproject.org"
|
||||
{% if env == "staging" %}
|
||||
dist_git_token_seed = "{{ toddlers_stg_flag_ci_seed }}"
|
||||
dist_git_token = "{{ toddlers_stg_dist_git_token }}"
|
||||
{% else %}
|
||||
dist_git_token_seed = "{{ toddlers_flag_ci_seed }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue