aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-08-05 16:05:11 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-08-05 16:05:11 +0200
commit3eb1f13e16aad984fc189ac4734ed47e72f718b3 (patch)
tree7d898b9b4f05d272fa9a6216adf3235a08458a63 /docker
parent9b25801f4563dc0f190d9c8ba9c8a0715f66aa08 (diff)
Fix bash mistakes
Change-Id: I204d7bb0ee7ce7ad727ae20601f0140670c9f0b9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index d8f1672e..2e1fbb00 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -10,7 +10,7 @@ RUN apk --no-cache add --update python3 py3-pip bash git mailcap libxml2 libxslt
pip3 install --no-cache-dir \
-chttps://opendev.org/openstack/requirements/raw/branch/$OPENSTACK_TAG/upper-constraints.txt \
-chttps://git.opnfv.org/functest-xtesting/plain/upper-constraints.txt?h=$BRANCH \
- lxml && \
+ lxml ;; esac && \
git init /src/functest-xtesting && \
(cd /src/functest-xtesting && \
git fetch --tags https://gerrit.opnfv.org/gerrit/functest-xtesting $BRANCH && \