Merge "zuul-quick-start: run docker-compose as regular user"

This commit is contained in:
Zuul 2019-05-16 19:32:56 +00:00 committed by Gerrit Code Review
commit bfc212f011
1 changed files with 1 additions and 2 deletions

View File

@ -3,14 +3,13 @@
shell:
cmd: docker-compose up -d
chdir: src/opendev.org/zuul/zuul/doc/source/admin/examples
become: true
- name: Run docker-compose up
when: local
shell:
cmd: docker-compose up -d
chdir: ../../doc/source/admin/examples
- name: Print list of images
command: docker image ls
command: docker image ls --all --digests --no-trunc
- name: Wait for Gerrit to start
wait_for:
host: localhost