From ca7e0b26b4e8239678315dd375151ce1174acbc8 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Fri, 14 Jul 2023 08:09:39 +0000 Subject: [INFRA] Fix infra healthcheck docker to build tests for gating Right now wrong tag is used for integration Issue-ID: INT-2222 Signed-off-by: Michal Jagiello Change-Id: Iad04b80bdfc01854e13f82cb77e041fb2a530654 --- infra-healthcheck/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra-healthcheck/docker/Dockerfile b/infra-healthcheck/docker/Dockerfile index 9cab01d..8a80891 100644 --- a/infra-healthcheck/docker/Dockerfile +++ b/infra-healthcheck/docker/Dockerfile @@ -33,7 +33,7 @@ RUN set -x && \ pip3 install --no-cache-dir -r requirements.txt -c upper-constraints.txt && \ pip3 install --no-cache-dir -e . && \ pip3 install --no-cache-dir \ - git+https://git.onap.org/integration.git@$ONAP_TESTS_TAG#subdirectory=test/security/check_certificates && \ + git+https://git.onap.org/integration.git@$ONAP_TAG#subdirectory=test/security/check_certificates && \ pip3 install --ignore-installed --no-cache-dir \ git+https://git.onap.org/testsuite/pythonsdk-tests.git@$ONAP_TESTS_TAG && \ apk del .build-deps -- cgit 1.2.3-korg