
This job we'll be able to add into check / gate pipelines for projects that want to test building a puppet tarball. Change-Id: I9e62a4a68db94e1d3d1e718edf340aeb9fbaba2e Signed-off-by: Paul Belanger <pabelanger@redhat.com>
7 lines
147 B
YAML
7 lines
147 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Build puppet module
|
|
command: puppet module build .
|
|
args:
|
|
chdir: "{{ zuul.project.src_dir }}"
|