summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2022-03-28 16:14:23 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2022-03-28 19:29:33 +0200
commitf01bf7f5d38e0114cd44806875f2061a70f75b31 (patch)
tree812edd249920a3710d14ec05a98919e380abbf20
parentbc75c7d67435ce310b5da7ed63823ba3747e8926 (diff)
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 <philippe.schenker@toradex.com>
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
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