8e93913af7
The legacy job is in-tree now, remove it here. Add new publish job for training-labs scripts and use it. Change-Id: Id866646c81ccc0c89a24cea006f0df6b23756ece Depends-On: Icdba6792861650f528a3688e9f06b3887670dc96 Needed-By: Idab9d5daec93625e8d130d63a6b6121ec1a0fd3f
7 lines
178 B
YAML
7 lines
178 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Run tools/generate-labs
|
|
command: bash -xe tools/generate-labs '{{ zuul.branch }}'
|
|
args:
|
|
chdir: '{{ zuul.project.src_dir }}'
|