CI: use https for git.yoctoproject.org

https:// is preferred and git:// isn't reachable for a while, see:
https://git.openembedded.org/openembedded-core/commit/?h=wrynose&id=139102a73d41
https://lists.yoctoproject.org/g/yocto-infrastructure/message/227

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
This commit is contained in:
Martin Jansa
2026-05-22 08:52:05 +02:00
committed by Khem Raj
parent b6c8aaf44d
commit 167703d561
2 changed files with 2 additions and 2 deletions
@@ -24,7 +24,7 @@ TEMP_DIR="$(mktemp -d)"
cd "$TEMP_DIR"
REPOS=" \
git://git.yoctoproject.org/poky.git \
https://git.yoctoproject.org/poky.git \
"
for repo in $REPOS; do
log "Cloning $repo on branch $BASE_REF..."
@@ -20,7 +20,7 @@ TEMP_DIR="$(mktemp -d)"
cd "$TEMP_DIR"
REPOS=" \
git://git.yoctoproject.org/poky.git \
https://git.yoctoproject.org/poky.git \
"
for repo in $REPOS; do
log "Cloning $repo on branch $BASE_REF..."