blob: dc7182e4f0fe7a79857650630198cdd9e2ee26b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
stages:
- rpms
- repo
include:
- project: 'kraxel/rpm-package-builder'
file: 'gitlab-ci-rpms-tito.yml'
boot-aarch64:
stage: rpms
rules:
- if: '$BUILD_AARCH64 == "yes"'
trigger:
project: kraxel/ec2-init-scripts
branch: boot-aarch64
|