Fix path in quick-start localtest
This catches the localtest playbook up with the recent moves. Change-Id: Ib87e7e9fc91e56bcbf6390d1e130dacfdb2302e6
This commit is contained in:
parent
3b4dd0188c
commit
674540dca8
@ -7,7 +7,7 @@
|
||||
when: local
|
||||
shell:
|
||||
cmd: docker-compose up -d
|
||||
chdir: ../../doc/source/admin/examples
|
||||
chdir: ../../doc/source/examples
|
||||
- name: Print list of images
|
||||
command: docker image ls --all --digests --no-trunc
|
||||
- name: Wait for Gerrit to start
|
||||
|
Loading…
Reference in New Issue
Block a user