]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Azure: Temporarily switch to GitHub mirror of u-boot-test-hooks
authorTom Rini <trini@konsulko.com>
Wed, 23 Jul 2025 19:16:50 +0000 (13:16 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 23 Jul 2025 19:36:37 +0000 (13:36 -0600)
In order to unblock this CI workflow for the moment, switch to using a
mirror of u-boot-test-hooks on GitHub rather than source.denx.de.

Signed-off-by: Tom Rini <trini@konsulko.com>
.azure-pipelines.yml

index b3fd4ceef13588f21d216e6adfabf6fbff5a43b2..966a66ff56789c5799893cb2ab299edc211ceca8 100644 (file)
@@ -251,7 +251,7 @@ stages:
           # the below corresponds to .gitlab-ci.yml "before_script"
           cd \${WORK_DIR}
           git config --global --add safe.directory \${WORK_DIR}
-          git clone --depth=1 https://source.denx.de/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks
+          git clone --depth=1 https://github.com/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks
           # qemu_arm64_lwip_defconfig is the same as qemu_arm64 but with NET_LWIP enabled.
           # The test config and the boardenv file from qemu_arm64 can be re-used so create symlinks
           ln -s conf.qemu_arm64_na /tmp/uboot-test-hooks/bin/travis-ci/conf.qemu_arm64_lwip_na