Mkdocs: Clone all repo
This commit is contained in:
parent
b7454d5195
commit
b84d830d16
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ cd "${WORKSPACE}"
|
||||||
} &
|
} &
|
||||||
|
|
||||||
# Clone repo in parallel
|
# Clone repo in parallel
|
||||||
git clone --depth 1 "$REPO_URL" "$REPO_DIR" &
|
git clone "$REPO_URL" "$REPO_DIR" &
|
||||||
|
|
||||||
wait
|
wait
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue