From 84fed7c8f7fbba76f7e2c788dedf4a5236e5d0d2 Mon Sep 17 00:00:00 2001 From: huiwq1990 Date: Fri, 12 Jan 2024 06:51:54 +0800 Subject: [PATCH] openyurt: fix fuzz test repo (#11468) The old yurt-app-manager project is archived, change to openyurt. Signed-off-by: huiwq1990 --- projects/openyurt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/openyurt/Dockerfile b/projects/openyurt/Dockerfile index 4f6502e79..1d69ee1f1 100644 --- a/projects/openyurt/Dockerfile +++ b/projects/openyurt/Dockerfile @@ -21,7 +21,7 @@ ENV PROJECT_ROOT="${GOPATH:-/root/go}/src/github.com/openyurtio" RUN mkdir -p "${PROJECT_ROOT}" ARG REPOSITORY_OWNER="openyurtio" -ARG REPOSITORIES="yurt-app-manager" +ARG REPOSITORIES="openyurt" RUN for repo in ${REPOSITORIES}; do git clone --depth 1 "https://github.com/${REPOSITORY_OWNER}/${repo}" "${PROJECT_ROOT}/${repo}"; done RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing