summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-04 12:38:21 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-04 20:00:12 +0100
commite5e4457c43e1c585c77baa132b99d286535daf86 (patch)
tree6961027ade1e5b50c1cf809e89ba6074fa878b39
parentcaa81668dca6a552eea2be89d010bc3805c29b52 (diff)
downloadtotem-e5e4457c43e1c585c77baa132b99d286535daf86.tar.gz
ci: Remove gnome.org nightlies
Remove the GNOME nightlies as we could not ship all the codecs we needed. Development versions will now be made available regularly on Flathub. Click to install the "Preview" version: https://flathub.org/beta-repo/appstream/org.gnome.Totem.Devel.flatpakref Closes: #260
-rw-r--r--.gitlab-ci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a0dc50ba..0e51b728d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -69,8 +69,3 @@ flatpak:master:
# Replace with your application name, as written in the manifest
FLATPAK_MODULE: "totem"
APP_ID: "org.gnome.Totem.Devel"
-
-nightly:
- needs: ['flatpak:master']
- dependencies: ['flatpak:master']
- extends: '.publish_nightly'