diff options
author | Jordan Petridis <jpetridis@gnome.org> | 2020-08-02 16:04:48 +0000 |
---|---|---|
committer | Jordan Petridis <jpetridis@gnome.org> | 2020-08-02 16:04:48 +0000 |
commit | 13199f7cc0a045961dc30ccd04d2c6c0a03a68de (patch) | |
tree | 5df795345a073db03d89189fc36eb17d526aff87 | |
parent | e5e8e6463c10025496f5968694987d3e64611cbf (diff) | |
download | gnome-screenshot-13199f7cc0a045961dc30ccd04d2c6c0a03a68de.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
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf10119..d73255e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,11 +11,3 @@ flatpak: FLATPAK_MODULE: 'gnome-screenshot' RUNTIME_REPO: 'https://sdk.gnome.org/gnome-nightly.flatpakrepo' APP_ID: 'org.gnome.Screenshot' - -review: - dependencies: - - 'flatpak' - extends: '.review' - -stop_review: - extends: '.stop_review' |