zuul-jobs/roles/osc/tasks/detachbranch.yaml

13 lines
288 B
YAML

---
- name: OSC Checkout
command: "osc checkout {{ item }}"
args:
chdir: "{{ stx_pkg_tmpdir.path }}"
with_items: "{{ sorted_dirs }}"
- name: Detach branch
command: "osc detachbranch"
args:
chdir: "{{ stx_pkg_tmpdir.path }}/{{ item }}"
with_items: "{{ sorted_dirs }}"