summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-08-23 16:18:26 +1000
committerTom Rini <trini@konsulko.com>2022-08-31 12:16:01 -0400
commitcb735173e76788920fec4fdc9ee56eeb938154f9 (patch)
tree9c573b2b3104ef615cd3449dd112de28ef9c3947 /.gitlab-ci.yml
parent04a20ca5dc9f9eb8929097ff0c93cfe905bc7191 (diff)
gitlab-ci: Update comment about the Dockerfile
It's found in the u-boot tree now. Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5592862f74..cebd76d050 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://source.denx.de/u-boot/gitlab-ci-runner
+# Grab our configured image. The source for this is found
+# in the u-boot tree at tools/docker/Dockerfile
image: trini/u-boot-gitlab-ci-runner:jammy-20220801-09Aug2022
# We run some tests in different order, to catch some failures quicker.