summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-08-02 16:03:19 +0000
committerJordan Petridis <jpetridis@gnome.org>2020-08-02 16:03:19 +0000
commitedaa2d92d8fb9597624b7a2f1047a16cdec216d5 (patch)
tree6da10297d42113343da84af3d2bd6a2685b10937 /.gitlab-ci.yml
parent0de005985fad0c9ca04093e443250f2c1530045e (diff)
downloadgnome-todo-edaa2d92d8fb9597624b7a2f1047a16cdec216d5.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.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 832f2330..b721e232 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,6 @@ variables:
stages:
- flatpak
- - review
- deploy
@@ -28,16 +27,6 @@ flatpak:master:
MESON_ARGS: "-Dtracing=true -Dprofile=development"
APP_ID: "org.gnome.Todo.Devel"
-review:
- extends: .review
- stage: review
- dependencies:
- - flatpak:master
-
-stop_review:
- extends: .stop_review
- stage: review
-
flatpak:nightly:
extends: .publish_nightly
dependencies: