fix: test root
Some checks failed
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 11s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 22s

This commit is contained in:
DarkCat09 2025-03-12 18:06:40 +04:00
parent a3d42c2600
commit 0f664ede95
Signed by: DarkCat09
SSH key fingerprint: SHA256:SnH1iYY/ogxxRmt1I6piy+aVUUzrOWvfksQWfhZ8JUM

View file

@ -58,7 +58,7 @@ ENV TEST_JDK_HOME=/build/src/build/linux-x86_64-server-release/images/jdk
ENV TEST_ROOT=/build/openj9-repo/test
ENV DIAGNOSTICLEVEL=nodetails
#RUN git clone --single-branch --depth=1 https://github.com/eclipse-openj9/openj9.git /build/test
RUN git clone --single-branch --depth=1 https://github.com/eclipse-openj9/openj9.git "$TEST_ROOT"
WORKDIR /test