adjusting taskotron.yaml template for different dev/stg/prod passwords
This commit is contained in:
parent
8b425b4920
commit
7d3f25b14e
1 changed files with 3 additions and 1 deletions
|
@ -85,5 +85,7 @@ buildbot_task_step: 'runtask'
|
||||||
## FAS (Fedora Accounts System) credentials
|
## FAS (Fedora Accounts System) credentials
|
||||||
## These credentials are used when reporting results into Bodhi.
|
## These credentials are used when reporting results into Bodhi.
|
||||||
fas_username: '{{ taskotron_fas_user }}'
|
fas_username: '{{ taskotron_fas_user }}'
|
||||||
fas_password: '{{ taskotron_fas_password}}'
|
{% if deployment_type == 'dev' %}
|
||||||
|
fas_password: '{{ dev_taskotron_fas_password}}'
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue