From 255b58f74fa0c999d1df67e794fedeb965d80dbf Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 15 Nov 2020 23:23:48 +0100 Subject: Fix branch when calling download_images.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I71a58bd5503fea1cdfb4bdf0309ab300f8f68f04 Signed-off-by: Cédric Ollivier --- docs/testing/user/configguide/configguide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst index 4ccae6463..410bff054 100644 --- a/docs/testing/user/configguide/configguide.rst +++ b/docs/testing/user/configguide/configguide.rst @@ -52,7 +52,7 @@ See section on OpenStack credentials for details. Create a directory for the different images (attached as a Docker volume):: - mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh | bash -s -- images && ls -1 images/* + mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh?h=stable/jerma | bash -s -- images && ls -1 images/* images/cirros-0.4.0-aarch64-disk.img images/cirros-0.4.0-x86_64-disk.img -- cgit 1.2.3-korg