Gitlab CI: publish nightlies
This commit is contained in:
parent
6dfee8edea
commit
3e517e2298
1 changed files with 4 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ flatpak:
|
|||
FLATPAK_MODULE: geary
|
||||
MANIFEST_PATH: org.gnome.Geary.json
|
||||
MESON_ARGS: "-Dprofile=development"
|
||||
RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
|
||||
RUNTIME_REPO: 'https://nightly.gnome.org/gnome-nightly.flatpakrepo'
|
||||
TEST_RUN_ARGS: $TEST_ARGS
|
||||
extends: .flatpak
|
||||
|
||||
|
|
@ -98,3 +98,6 @@ review:
|
|||
stop_review:
|
||||
stage: deploy
|
||||
extends: .stop_review
|
||||
|
||||
nightly:
|
||||
extends: '.publish_nightly'
|
||||
Loading…
Add table
Add a link
Reference in a new issue