
We use tox to build images, and it is no longer being included in the base job that we depend on. Change-Id: I608d380f2347efe8615c5ff3ae157f27bbfbf497 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
5 lines
102 B
YAML
5 lines
102 B
YAML
- hosts: all
|
|
roles:
|
|
- role: ensure-tox
|
|
ensure_global_symlinks: true
|
|
- build-mie-images |