diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-06-23 06:40:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-23 06:40:12 +0000 |
commit | 1cc4cf8dc2a47a58d19e5d0e3e2525b94be0f6cd (patch) | |
tree | 9c844b8e9335dd5206c476b534490db4a8eed871 /docker/Dockerfile | |
parent | e62f0f289621c843e60f21f69a8e87e7d2778f36 (diff) | |
parent | a18a9917e547918f1b4ea930eabb27473137a35d (diff) |
Merge "Revert rally version to 0.8.1"
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index d3f9d046..0421e615 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -130,7 +130,7 @@ RUN find -L ${FUNCTEST_REPO_DIR} -name "*.py" \ RUN /bin/bash ${REPOS_DIR}/parser/tests/parser_install.sh ${REPOS_DIR} RUN wget -q https://raw.githubusercontent.com/openstack/rally/${RALLY_TAG}/install_rally.sh \ - && bash install_rally.sh --yes && rm install_rally.sh + && bash install_rally.sh --branch ${RALLY_TAG} --yes && rm install_rally.sh RUN add_images.sh |