File: run.yaml

package info (click to toggle)
python-pbr 7.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 900 kB
  • sloc: python: 5,399; sh: 138; makefile: 28; ansic: 24
file content (6 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
- hosts: all
  tasks:
    - shell:
        cmd: |
          export PBR_PIP_VERSION="{{ pbr_pip_version }}"
          bash -xe /home/zuul/src/opendev.org/openstack/pbr/tools/integration.sh $(cat /home/zuul/src/opendev.org/openstack/requirements/projects.txt)