diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-13 16:02:47 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-13 16:03:51 +0200 |
commit | 63c170a23b4d9fca05fdb2a91720a0646d0768d7 (patch) | |
tree | c7d1adcdbc1602ee9fee6de4a5c317261329ec00 /docker/tempest | |
parent | 60e82b2af5a92ee166132c1da2bb0cf8d9918979 (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/tempest')
-rw-r--r-- | docker/tempest/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/tempest/Dockerfile b/docker/tempest/Dockerfile index c625e4b70..a278aacc0 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@\\1#egg=tempest/ \ > upper-constraints.txt && \ |