Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions checker/bin-devel/clone-related.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ if [ -d "$GIT_SCRIPTS" ]; then
(cd "$GIT_SCRIPTS" && (git pull -q || true))
else
(cd "$CHECKERFRAMEWORK/checker/bin-devel" \
&& (git clone --depth=1 -q https://github.com/eisop-plume-lib/git-scripts.git .git-scripts \
|| (sleep 60 && git clone --depth=1 -q https://github.com/eisop-plume-lib/git-scripts.git .git-scripts)))
&& (git clone --depth=1 -b fix-shelopts-ci-info -q https://github.com/aosen-xiong/git-scripts.git .git-scripts \
|| (sleep 60 && git clone --depth=1 -b fix-shelopts-ci-info -q https://github.com/aosen-xiong/git-scripts.git .git-scripts)))
fi

# Clone the annotated JDK into ../jdk .
Expand Down
Loading