Merge "Clean up job run playbook"

This commit is contained in:
Zuul 2018-07-16 20:22:40 +00:00 committed by Gerrit Code Review
commit 3394531fab
1 changed files with 1 additions and 4 deletions

View File

@ -1,10 +1,7 @@
- hosts: all
tasks:
- name: reset ssh connection to pick up docker group
meta: reset_connection
- name: Build zuul container images
command: pbrx --debug build-images
args:
chdir: src/git.openstack.org/openstack-infra/zuul
chdir: '{{ zuul.project.src_dir }}'