diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-05 08:07:00 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-05 08:07:00 -0600 |
commit | a9b3723e74aacb5197dc77c9979036dc6b3d9c03 (patch) | |
tree | b513d38399fc62d9254346b57b4a4d5c9fd67396 | |
parent | 7c9c5c0562347dccb8ac89148784a34de402ea9e (diff) |
Revert "CI Changes"
This change was brought in by accident, revert.
This reverts commit 51aabf50e57f5139de31a4850347edbad8bb338b.
Signed-off-by: Tom Rini <trini@konsulko.com>
-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 cf1ace44144..e1b2f87b974 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -237,7 +237,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://github.com/FlyGoat/u-boot-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 |