Skip to content

Commit

Permalink
ci: add support for git.mainlining cloning
Browse files Browse the repository at this point in the history
Signed-off-by: donjohanliebert <[email protected]>
  • Loading branch information
donjohanliebert authored Nov 6, 2024
1 parent 77cd65d commit e9b41f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ function get_remote_url {
codeberg)
echo "https://codeberg.org/$repo.git"
;;
git.mainlining)
echo "https://git.mainlining.org/$repo.git"
;;
*)
echo "https://github.com/$repo.git"
;;
Expand Down

0 comments on commit e9b41f1

Please sign in to comment.