project-config/playbooks/zuul-tarball/run.yaml
Paul Belanger d4557c705e Force python3 for zuul-tarball job
Since both zuul and nodepool only support python3, use python3 to build
sdist and bdist_wheel.

Change-Id: I452574f9fd1c34aa60e81d63d2bc6771a30b51d6
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-10-11 21:12:30 -04:00

7 lines
165 B
YAML

- hosts: all
tasks:
- name: Build tarball and wheel
command:
cmd: python3 setup.py sdist bdist_wheel
chdir: "{{ zuul.project.src_dir }}"