From f01bf7f5d38e0114cd44806875f2061a70f75b31 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Mon, 28 Mar 2022 16:14:23 +0200 Subject: gitlab-ci: fix u-boot-test-hooks to specific version The latest master tests do no longer pass. So use the state from September 2020 Signed-off-by: Philippe Schenker --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f6bb0b306..6d44e6760d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,8 @@ stages: stage: test.py before_script: # Clone uboot-test-hooks - - git clone --depth=1 https://source.denx.de/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks + - git clone https://source.denx.de/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks + - pushd /tmp/uboot-test-hooks; git reset --hard 25c96c1c79226596dbe342256b0f5bf208480174; popd - 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 -- cgit v1.2.3