aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-07-14 08:09:39 +0000
committerMicha? Jagie??o <michal.jagiello@t-mobile.pl>2023-07-14 09:09:17 +0000
commitca7e0b26b4e8239678315dd375151ce1174acbc8 (patch)
tree505977bc02be8e698c843de10530bd0a68522952
parent21b2076dff33af10e1a294e28436d3e08d0a9d35 (diff)
[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 <michal.jagiello@t-mobile.pl> Change-Id: Iad04b80bdfc01854e13f82cb77e041fb2a530654
-rw-r--r--infra-healthcheck/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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