diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-24 17:05:04 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-28 13:57:30 -0500 |
commit | 85ae52b9593894fa31d80d83d76bdb3b6432c4be (patch) | |
tree | 95825c70c06a46fdfc2cf3b48796ebceeb55c2fa /.azure-pipelines.yml | |
parent | a3bbd0b912f9afff745247fe9641961875322926 (diff) | |
download | u-boot-85ae52b9593894fa31d80d83d76bdb3b6432c4be.zip u-boot-85ae52b9593894fa31d80d83d76bdb3b6432c4be.tar.gz u-boot-85ae52b9593894fa31d80d83d76bdb3b6432c4be.tar.bz2 |
uboot-test-hooks: Switch to our GitLab instanceWIP/28Feb2021
As Stephen is no longer actively maintaining the uboot-test-hooks
repository, switch to using the instance on our GitLab.
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index a627942..013b170 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -295,7 +295,7 @@ jobs: cat << "EOF" >> test.sh # the below corresponds to .gitlab-ci.yml "before_script" cd ${WORK_DIR} - git clone --depth=1 git://github.com/swarren/uboot-test-hooks.git /tmp/uboot-test-hooks + git clone --depth=1 https://source.denx.de/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks ln -s travis-ci /tmp/uboot-test-hooks/bin/`hostname` ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname` grub-mkimage --prefix=\"\" -o ~/grub_x86.efi -O i386-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd |