summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-02-13 14:41:41 +0100
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-02-13 14:41:41 +0100
commiteac7cda6283cb3c2e8eec489fe7091e542cdac0d (patch)
treed437fa0828eb0e6b164dc0bd4a0f1ac07eb0351e
parent677a5647d4be9892ec933690b07b6cf3b2d81c7d (diff)
gitlab-ci: Change stage name to build-uboot
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b17e7ee64b..28cd5eaec3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,10 +7,10 @@ variables:
DOCKER_TLS_CERTDIR: ""
stages:
- - build-kernel
+ - build-uboot
build_kernel:
- stage: build-kernel
+ stage: build-uboot
image: $CI_IMAGE
variables:
GIT_STRATEGY: fetch