The default pre.yaml will revoke the sudo. So we install the extra tools before we revoke the sudo. Change-Id: Ie4ae0dc8ee90e6ea79f2b463988c32aa4ddaadba
11 lines
229 B
YAML
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 }}"
|