diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-02-03 10:29:53 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-02-03 10:31:12 +0100 |
commit | d5821a313eb1eb9af291084e591d6002e137a5d0 (patch) | |
tree | c1172ab2ffa654be034ee03c2e59a7307e5f35a5 /docker/features/Dockerfile | |
parent | a54ea89ae96e02f1d5e7df5308766ba4de37e955 (diff) |
Add missing | (typos) in Dockerfiles
https://build.opnfv.org/ci/job/functest-tempest-docker-build-amd64-gambia/100/console
Change-Id: I84075b585a0c45effb4120f3c0050e85a1ea6cfd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/features/Dockerfile')
-rw-r--r-- | docker/features/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile index 2fd2883fb..cbd7a472d 100644 --- a/docker/features/Dockerfile +++ b/docker/features/Dockerfile @@ -11,7 +11,7 @@ RUN apk --no-cache add --update 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:\\/\\/git.openstack.org\\/openstack\\/tempest@$TEMPEST_TAG#egg=tempest/ \ + sed -E s/^tempest==+.*$/-e\ git+https:\\/\\/git.openstack.org\\/openstack\\/tempest@$TEMPEST_TAG#egg=tempest/ | \ sed -E s/^oslo.concurrency==+.*$/oslo.concurrency===$OSLO_CONCURRENCY/ \ > upper-constraints.txt && \ wget -q -O- https://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH | \ |