summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-08-02 14:32:33 +0000
committerJordan Petridis <jpetridis@gnome.org>2020-08-02 14:32:33 +0000
commitd23af92a4b3ae255d542910607d8a8689f5d8b61 (patch)
treed86089c10a2b3610d2b713e1566ae32e1ff2b02d /.gitlab-ci.yml
parentd1666710639b348ebe63a3fb5ddb3f358deddcf9 (diff)
downloadglade-d23af92a4b3ae255d542910607d8a8689f5d8b61.tar.gz
ci: remove deprecated jobs
The functionality of these jobs exists in the normal build job now and they are no longer needed. citemplates@544836ee
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 681c6b7a..a695eb36 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,13 +16,5 @@ flatpak:
MESON_ARGS: "-Dman=false"
APP_ID: "org.gnome.Glade"
-review:
- dependencies:
- - 'flatpak'
- extends: '.review'
-
-stop_review:
- extends: '.stop_review'
-
nightly:
extends: '.publish_nightly'