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 /.gitlab-ci.yml | |
parent | a3bbd0b912f9afff745247fe9641961875322926 (diff) | |
download | u-boot-WIP/28Feb2021.zip u-boot-WIP/28Feb2021.tar.gz u-boot-WIP/28Feb2021.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 '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bfcbb9f..cd38e65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ stages: stage: test.py before_script: # Clone uboot-test-hooks - - 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 |