ci: push to the nightly repo

This commit is contained in:
Jordan Petridis 2020-08-02 16:09:01 +00:00
parent f0901ffca4
commit 624380dee0

View file

@ -11,3 +11,8 @@ flatpak:
RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: "org.gnome.Chess"
extends: .flatpak
nightly:
extends: '.publish_nightly'
dependencies: ['flatpak']
needs: ['flatpak']