diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2024-06-18 14:56:12 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-04 16:08:37 -0600 |
commit | 51aabf50e57f5139de31a4850347edbad8bb338b (patch) | |
tree | ac3eb524fa22a7eac951f90bc077778e2026719a /.azure-pipelines.yml | |
parent | 7de94126413bb7bc4a3656bf70d7853b106fb2e0 (diff) | |
download | u-boot-51aabf50e57f5139de31a4850347edbad8bb338b.tar.gz u-boot-51aabf50e57f5139de31a4850347edbad8bb338b.tar.bz2 u-boot-51aabf50e57f5139de31a4850347edbad8bb338b.zip |
CI Changes
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.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 b149db6279..5cb675d3c9 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -198,7 +198,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/FlyGoat/u-boot-test-hooks.git /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 |