ci: trigger creation of disk images

This ci job will trigger a downstream multi-project pipeline to
build a disk image.
This commit is contained in:
Carlo Landmeter 2023-02-11 23:33:57 +01:00
parent 1cb8f6863a
commit cf956ad7ae

View File

@ -1,5 +1,6 @@
stages:
- verify
- trigger
variables:
GIT_STRATEGY: clone
@ -115,3 +116,13 @@ build-riscv64-emulated:
- docker-alpine
- ci-build
- riscv64
trigger_build_image:
stage: trigger
only:
- tags
variables:
APORTS_TAG: $CI_COMMIT_TAG
trigger:
project: clandmeter/alpine-disk-image
branch: master