blob: 5bc88cbcfcf301686c9b9d2703a909331aec2082 (
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
|