From 5918f6086eddca222b197592f985d06eb9e8f139 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Tue, 8 Sep 2020 15:48:21 +0200 Subject: Remove reference to gitlab.com for xtesting infra-tests Now everything is done in ONAP, no ref to gitlab.com needed + fix for certif test call + harmonization https+pip to use git.onap.org (not gerrit.onap.org) Issue-ID: INT-1570 Signed-off-by: mrichomme Change-Id: Idde25ae6e96b60f35a4383ff9dbc494422d8bf4c --- infra-healthcheck/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra-healthcheck/docker/Dockerfile') diff --git a/infra-healthcheck/docker/Dockerfile b/infra-healthcheck/docker/Dockerfile index b433387..5e32672 100644 --- a/infra-healthcheck/docker/Dockerfile +++ b/infra-healthcheck/docker/Dockerfile @@ -27,7 +27,7 @@ RUN set -x && \ pip3 install --upgrade pip && \ pip3 install --no-cache-dir -r upper-constraints.txt && \ pip3 install --no-cache-dir \ - git+https://gitlab.com/Orange-OpenSource/lfn/onap/integration/xtesting.git@$ONAP_TESTS_TAG#subdirectory=infra-healthcheck && \ + git+https://git.onap.org/integration/xtesting.git@$ONAP_TESTS_TAG#subdirectory=infra-healthcheck && \ pip3 install --no-cache-dir \ git+https://git.onap.org/integration.git@$ONAP_TESTS_TAG#subdirectory=test/security/check_certificates && \ apk del .build-deps -- cgit 1.2.3-korg