diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-06 15:47:33 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-06 15:47:33 +0200 |
commit | 64280324f6963f7bbdd9354893466e9d425cded6 (patch) | |
tree | 1df3cc1f989180cd8c740d92e69a69e500da466f | |
parent | bc87f5d976bb6528b089c36952dbb4ca1363868a (diff) | |
download | gterm-64280324f6963f7bbdd9354893466e9d425cded6.tar.gz |
separate boot stage
-rw-r--r-- | .gitlab-ci.yml | 3 |
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: |