[seahorse] ci: remove deprecated jobs
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] ci: remove deprecated jobs
- Date: Sun, 2 Aug 2020 16:15:40 +0000 (UTC)
commit 6a259be0969d889be2cc99e672a84d88d90b794a
Author: Jordan Petridis <jpetridis gnome org>
Date: Sun Aug 2 16:15:39 2020 +0000
ci: remove deprecated jobs
The functionality of these jobs exists in the normal
build job now and they are no longer needed.
citemplates@544836ee
.gitlab-ci.yml | 20 ++------------------
1 file changed, 2 insertions(+), 18 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e96129af..b3312835 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,5 @@
include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
-stages:
-- test
-- deploy
-
variables:
BUNDLE: 'seahorse.flatpak'
@@ -17,19 +13,7 @@ flatpak:
APP_ID: "org.gnome.seahorse.ApplicationDevel"
extends: .flatpak
-review:
- stage: deploy
- dependencies:
- - flatpak
- script:
- - echo "Generating flatpak deployment"
- extends: '.review'
-
-stop_review:
- stage: deploy
- script:
- - echo "Stopping flatpak deployment"
- extends: '.stop_review'
-
nightly:
extends: '.publish_nightly'
+ dependencies: ['flatpak']
+ needs: ['flatpak']
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]