From 674540dca83b68b4f0eb4539a350943da622a0f8 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 27 Jan 2020 10:31:35 -0800 Subject: [PATCH] Fix path in quick-start localtest This catches the localtest playbook up with the recent moves. Change-Id: Ib87e7e9fc91e56bcbf6390d1e130dacfdb2302e6 --- playbooks/quick-start/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/quick-start/main.yaml b/playbooks/quick-start/main.yaml index 5487fc68f4..57e1ad3a78 100644 --- a/playbooks/quick-start/main.yaml +++ b/playbooks/quick-start/main.yaml @@ -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