diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-15 23:22:51 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-15 23:22:51 +0100 |
commit | 52a05964c81e10c0bde827441fbbaf0bc7ca7bda (patch) | |
tree | 0a6165844ac05080be21592b923aa4cd327675c5 /docs/testing/user | |
parent | b29dcd55533ed3a183555d24e839974bd71489a9 (diff) |
Fix branch when calling download_images.sh
Change-Id: Idc5e7580194c63b50897d0b58d3a10df90eaede3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs/testing/user')
-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 1fedd2b90..449890eb6 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/kali | bash -s -- images && ls -1 images/* images/cirros-0.4.0-aarch64-disk.img images/cirros-0.4.0-x86_64-disk.img |