This repository has been archived on 2025-06-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
loopabull-tasks/playbooks/org.centos.prod.ci.pipeline.allpackages-pr.complete.yml
Pierre-Yves Chibon fed379c81b Add code to flag PR with the results from the CI pipeline
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2018-08-08 17:59:08 +02:00

14 lines
211 B
YAML

---
- name: buildsys.build.state.change
hosts: localhost
gather_facts: false
vars_files:
- "/srv/private/vars_loopabull.yml"
tasks:
- debug: var=msg
roles:
- {role: flag_ci_pr, msg: msg}