diff options
| author | Tim Flink <tflink@fedoraproject.org> | 2017-03-03 01:43:54 +0000 |
|---|---|---|
| committer | Tim Flink <tflink@fedoraproject.org> | 2017-03-03 01:43:54 +0000 |
| commit | 4461a16f07148640c5af5483c6f325bebc25c5ba (patch) | |
| tree | 53abf9997bebd0e40455214c5aebe70539ed8f08 /roles/taskotron/taskotron-trigger | |
| parent | 4d49e45bc573f7c6c2241c58f6704b9fbcaf8257 (diff) | |
| download | ansible-4461a16f07148640c5af5483c6f325bebc25c5ba.tar.gz ansible-4461a16f07148640c5af5483c6f325bebc25c5ba.tar.xz ansible-4461a16f07148640c5af5483c6f325bebc25c5ba.zip | |
run modulemd and scratch build triggers in taskotron-stg
Diffstat (limited to 'roles/taskotron/taskotron-trigger')
| -rw-r--r-- | roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 index e3edd8052..504c1c31a 100644 --- a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 +++ b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 @@ -39,7 +39,7 @@ do: - {tasks: [upgradepath]} {% endif %} -{% if deployment_type in ['dev'] %} +{% if deployment_type in ['dev', 'stg'] %} - when: {message_type: DistGitCommit, namespace: modules} do: - {tasks: [check_modulemd]} |
