[INFRA] Fix infra healthcheck docker to build tests for gating 24/135424/3
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 14 Jul 2023 08:09:39 +0000 (08:09 +0000)
committerMicha? Jagie??o <michal.jagiello@t-mobile.pl>
Fri, 14 Jul 2023 09:09:17 +0000 (09:09 +0000)
Right now wrong tag is used for integration

Issue-ID: INT-2222
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Iad04b80bdfc01854e13f82cb77e041fb2a530654

infra-healthcheck/docker/Dockerfile

index 9cab01d..8a80891 100644 (file)
@@ -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