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.
|
# Publish the nightly (Devel) version |
|
|
|
include: |
|
- project: "GNOME/citemplates" |
|
file: "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']
|
|
|