diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-02-24 13:19:04 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-28 13:57:30 -0500 |
commit | a3bbd0b912f9afff745247fe9641961875322926 (patch) | |
tree | df3c14d4869e09938eadffdc23e2e35c06b5f866 /.gitlab-ci.yml | |
parent | 9935050b443a7beda368e7fedb1f8611653eeedb (diff) | |
download | u-boot-a3bbd0b912f9afff745247fe9641961875322926.zip u-boot-a3bbd0b912f9afff745247fe9641961875322926.tar.gz u-boot-a3bbd0b912f9afff745247fe9641961875322926.tar.bz2 |
Correct U-Boot upstream repository
The U-Boot source moves to https://source.denx.de/u-boot/u-boot.git
effective 2021-02-28.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
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 2cdcd86..bfcbb9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0+ # Grab our configured image. The source for this is found at: -# https://gitlab.denx.de/u-boot/gitlab-ci-runner +# https://source.denx.de/u-boot/gitlab-ci-runner image: trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020 # We run some tests in different order, to catch some failures quicker. |