scripts : fix repos cloned with .git extension (#18669)

This commit is contained in:
Sigbjørn Skjæret 2026-01-07 22:35:34 +01:00 committed by GitHub
parent 7e16fef085
commit 5b8844ae53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ url_origin=$(git config --get remote.origin.url) || {
}
org_repo=$(echo $url_origin | cut -d/ -f4-)
org_repo=${org_repo%.git}
echo "org/repo: $org_repo"