aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-09-13 16:02:47 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-09-13 16:04:32 +0200
commit6eda3b833fd6c75860f3ac807071689ddcdf46a5 (patch)
tree245e116e6fd2733553aa5148ac7917c0aed0cc74 /docker
parent829a502dfadc5dcdea75a0eda0b07cf15fe03dcd (diff)
Fix typo
This line should have been deleted by the previous commit. Change-Id: I18eb2dcc3c6124127c2bba2c9ec6e524caae8b09 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/tempest/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/tempest/Dockerfile b/docker/tempest/Dockerfile
index 25146a266..9174a495c 100644
--- a/docker/tempest/Dockerfile
+++ b/docker/tempest/Dockerfile
@@ -9,7 +9,6 @@ ARG OS_FAULTS_TAG=0.1.17
RUN apk --no-cache add --virtual .build-deps --update \
python-dev build-base linux-headers libffi-dev \
openssl-dev libjpeg-turbo-dev && \
- case $OPENSTACK_TAG in \
wget -q -O- https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG | \
sed -E s/^tempest==+.*$/-e\ git+https:\\/\\/git.openstack.org\\/openstack\\/tempest#egg=tempest/ \
> upper-constraints.txt && \