Skip to content

Commit

Permalink
Clone with remote name "upstream"
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Oct 30, 2023
1 parent b0afd9b commit 6f89cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lila-docker
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ run_setup() {
repos=($(echo $REPOS | tr ',' ' '))
echo "Cloning repos ${repos[@]}..."
for repo in "${repos[@]}"; do
[ ! -d repos/$repo/.git ] && git clone --depth 1 --origin lichess-org https://github.com/lichess-org/$repo repos/$repo
[ ! -d repos/$repo/.git ] && git clone --depth 1 --origin upstream https://github.com/lichess-org/$repo repos/$repo
done

git -C repos/lila submodule update --init
Expand Down

0 comments on commit 6f89cfc

Please sign in to comment.