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>
This commit is contained in:
parent
5abfcac335
commit
d4557c705e
@ -2,5 +2,5 @@
|
||||
tasks:
|
||||
- name: Build tarball and wheel
|
||||
command:
|
||||
cmd: python setup.py sdist bdist_wheel
|
||||
cmd: python3 setup.py sdist bdist_wheel
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
|
Loading…
Reference in New Issue
Block a user