aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-05-06 15:47:33 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-05-06 15:47:33 +0200
commit64280324f6963f7bbdd9354893466e9d425cded6 (patch)
tree1df3cc1f989180cd8c740d92e69a69e500da466f
parentbc87f5d976bb6528b089c36952dbb4ca1363868a (diff)
downloadgterm-64280324f6963f7bbdd9354893466e9d425cded6.tar.gz
separate boot stage
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 844defd..a4228d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,5 @@
stages:
+ - boot
- build
- rpms
- repo
@@ -10,7 +11,7 @@ include:
file: 'gitlab-ci-rpms-tito.yml'
boot-aarch64:
- stage: build
+ stage: boot
rules:
- if: '$BUILD_AARCH64 == "yes"'
trigger: