From 9ca52cc93dbc869c214f47c38697e61adda03b8b Mon Sep 17 00:00:00 2001 From: Linda Wang Date: Tue, 7 Nov 2017 06:31:20 +0000 Subject: Fix the format of getting upper-constraints Change-Id: I8a769ec161b1a718ef259ae6b6615aec01e337ec Signed-off-by: Linda Wang --- docker/features/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/features') diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile index 0d53655a..bb5060f6 100644 --- a/docker/features/Dockerfile +++ b/docker/features/Dockerfile @@ -9,7 +9,7 @@ RUN apk --no-cache add --update nodejs nodejs-npm python3 sshpass && \ python-dev python3-dev build-base linux-headers libffi-dev \ openssl-dev libjpeg-turbo-dev && \ wget -q -O- https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG | \ - sed -E s/^tempest==+\(.*\)$/-e\ git+https:\\/\\/github.com\\/openstack\\/tempest@\\1#egg=tempest/ | \ + sed -E s/^tempest==+\(.*\)$/-e\ git+https:\\/\\/github.com\\/openstack\\/tempest@\\1#egg=tempest/ \ > upper-constraints.txt && \ pip install --no-cache-dir --src /src -cupper-constraints.txt \ -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH \ -- cgit 1.2.3-korg