diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-15 23:23:48 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-15 23:23:48 +0100 |
commit | 255b58f74fa0c999d1df67e794fedeb965d80dbf (patch) | |
tree | 0be9c9bdcd1aa3c2107e3441e5737db2d7cb381c | |
parent | ab9e973feb32445ba56f584c36a29472e56a5458 (diff) |
Fix branch when calling download_images.sh
Change-Id: I71a58bd5503fea1cdfb4bdf0309ab300f8f68f04
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docs/testing/user/configguide/configguide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |