mirror of https://github.com/google/oss-fuzz.git
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:
parent
3ebd26540c
commit
84fed7c8f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue