You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
300 B
11 lines
300 B
# Publish the nightly (Devel) version |
|
|
|
include: 'https://gitlab.gnome.org/GNOME/citemplates/-/raw/master/flatpak/flatpak_ci_initiative.yml' |
|
|
|
publish_nightly@x86_64: |
|
extends: .publish_nightly |
|
needs: ['build@x86_64'] |
|
|
|
publish_nightly@aarch64: |
|
extends: .publish_nightly |
|
needs: ['build@aarch64']
|
|
|