openyurt: fix fuzz test repo (#11468)

The old yurt-app-manager project is archived, change to openyurt.

Signed-off-by: huiwq1990 <huiwq1990@163.com>
This commit is contained in:
huiwq1990 2024-01-12 06:51:54 +08:00 committed by GitHub
parent 3ebd26540c
commit 84fed7c8f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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