summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2020-03-09 20:19:02 +0000
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2020-03-09 20:19:02 +0000
commit74bfc98e17b6bc4b714eaad8fdc73baec4b7d864 (patch)
tree6566284ab3bb2192fd44c32c337faef2516627c4
parent289a70fec9f316dc4c9abaaa4f190d29d19de0cf (diff)
downloadgnome-screenshot-bilelmoussaoui/ci.tar.gz
CI: make the ci happy againbilelmoussaoui/ci
I hope
-rw-r--r--.gitlab-ci.yml13
1 files changed, 4 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf10119..0b3cd5b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,17 +5,12 @@ variables:
flatpak:
extends: '.flatpak'
+ image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
variables:
MANIFEST_PATH: 'org.gnome.Screenshot.json'
- MESON_ARGS: ''
FLATPAK_MODULE: 'gnome-screenshot'
- RUNTIME_REPO: 'https://sdk.gnome.org/gnome-nightly.flatpakrepo'
+ RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: 'org.gnome.Screenshot'
-review:
- dependencies:
- - 'flatpak'
- extends: '.review'
-
-stop_review:
- extends: '.stop_review'
+nightly:
+ extends: '.publish_nightly'