summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-06-26 19:53:18 +0300
committerBastien Nocera <hadess@hadess.net>2020-07-31 11:44:47 +0200
commit8c6e8021f4ae6181f1a0404cf9170cd6f4ba9d2c (patch)
tree851ce0fd4dbc8e39e6695885836a84918c57658d /.gitlab-ci.yml
parent161acf8211d24746ee2b4fa0c71881acde6e0abe (diff)
downloadtotem-8c6e8021f4ae6181f1a0404cf9170cd6f4ba9d2c.tar.gz
ci: remove deprecated jobs
The functionality of these jobs exists in the normal build job now and they are no longer needed. https://gitlab.gnome.org/GNOME/citemplates/-/commit/544836ee58f91a735616ecb04ea857a66d2bb699
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ab2f11a9..7904ebbb0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,15 +34,5 @@ flatpak:master:
MESON_ARGS: "-Denable-easy-codec-installation=no -Dprofile=development"
APP_ID: "org.gnome.Totem.Devel"
-review:
- extends: .review
- stage: deploy
- dependencies:
- - flatpak:master
-
-stop_review:
- extends: .stop_review
- stage: deploy
-
nightly:
extends: '.publish_nightly'