Fix path in quick-start localtest

This catches the localtest playbook up with the recent moves.

Change-Id: Ib87e7e9fc91e56bcbf6390d1e130dacfdb2302e6
This commit is contained in:
James E. Blair 2020-01-27 10:31:35 -08:00
parent 3b4dd0188c
commit 674540dca8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
when: local when: local
shell: shell:
cmd: docker-compose up -d cmd: docker-compose up -d
chdir: ../../doc/source/admin/examples chdir: ../../doc/source/examples
- name: Print list of images - name: Print list of images
command: docker image ls --all --digests --no-trunc command: docker image ls --all --digests --no-trunc
- name: Wait for Gerrit to start - name: Wait for Gerrit to start