Taskotron: Disable task python-versions on dev
Ansiblized changes were reverted on develop for now.
This commit is contained in:
parent
ad4747d69e
commit
4fd1ac5690
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
message_type: KojiBuildPackageCompleted
|
||||
do:
|
||||
- tasks:
|
||||
- python-versions
|
||||
- rpmgrill
|
||||
- rpmlint
|
||||
|
||||
|
@ -41,6 +40,12 @@
|
|||
|
||||
{% if deployment_type in ['stg', 'prod'] %}
|
||||
{# these tasks are not ansiblized yet #}
|
||||
- when:
|
||||
message_type: KojiBuildPackageCompleted
|
||||
do:
|
||||
- tasks:
|
||||
- python-versions
|
||||
|
||||
- when:
|
||||
message_type: ModuleBuildComplete
|
||||
do:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue