gitlab-ci: Update comment about the Dockerfile
authorJoel Stanley <joel@jms.id.au>
Tue, 23 Aug 2022 06:18:26 +0000 (16:18 +1000)
committerTom Rini <trini@konsulko.com>
Wed, 31 Aug 2022 16:16:01 +0000 (12:16 -0400)
It's found in the u-boot tree now.

Signed-off-by: Joel Stanley <joel@jms.id.au>
.gitlab-ci.yml

index 5592862..cebd76d 100644 (file)
@@ -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.