skyline-apiserver/playbooks/python-tarball/run.yaml
zhu.boxiang 46b5fcad23 Fix: Add pre.yaml in publish job
The default pre.yaml will revoke the sudo. So we install the extra tools
before we revoke the sudo.

Change-Id: Ie4ae0dc8ee90e6ea79f2b463988c32aa4ddaadba
2021-10-08 09:58:28 +08:00

11 lines
229 B
YAML

- hosts: all
tasks:
- name: Build tarball and wheel
shell:
executable: /bin/bash
cmd: |
make install
make package
args:
chdir: "src/{{ zuul.project.canonical_name }}"