[gnome-disk-utility] ci: remove deprecated jobs
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] ci: remove deprecated jobs
- Date: Sun, 2 Aug 2020 16:34:38 +0000 (UTC)
commit ce2cedace36a274fdabce0259b474fba983640e5
Author: Jordan Petridis <jpetridis gnome org>
Date: Sun Aug 2 16:34:37 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 | 28 ----------------------------
1 file changed, 28 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cda6395c..a336807e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,6 @@ image: fedora:rawhide
stages:
- build
- test
- - review
variables:
DEPENDENCIES: glib-devel gtk3-devel libcanberra-devel libdvdread-devel
@@ -43,21 +42,6 @@ flatpak:
paths:
- .flatpak-builder/cache
-review:
- stage: review
- dependencies:
- - flatpak
- script:
- - echo "Generating flatpak deployment"
- artifacts:
- paths:
- - ${BUNDLE}
- expire_in: 30 days
- environment:
- name: review/$CI_COMMIT_REF_NAME
- url: https://gitlab.gnome.org/$CI_PROJECT_PATH/-/jobs/$CI_JOB_ID/artifacts/raw/${BUNDLE}
- on_stop: stop_review
-
build:
stage: build
before_script:
@@ -66,15 +50,3 @@ build:
- meson . _build $OPTIONS
- ninja -C _build
- ninja -C _build install
-
-stop_review:
- stage: review
- script:
- - echo "Stopping flatpak deployment"
- when: manual
- environment:
- name: review/$CI_COMMIT_REF_NAME
- action: stop
- except:
- variables:
- - $CI_PIPELINE_SOURCE == "schedule"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]