From: Cédric Ollivier Date: Thu, 13 Sep 2018 14:02:47 +0000 (+0200) Subject: Fix typo X-Git-Tag: opnfv-9.0.0~192 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6eda3b833fd6c75860f3ac807071689ddcdf46a5;p=functest.git Fix typo This line should have been deleted by the previous commit. Change-Id: I18eb2dcc3c6124127c2bba2c9ec6e524caae8b09 Signed-off-by: Cédric Ollivier --- 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 && \