summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-08-02 16:33:24 +0000
committerJordan Petridis <jpetridis@gnome.org>2020-08-02 16:33:24 +0000
commit2af400ea2c11f8418865244283aaab8b145ea8b7 (patch)
tree16e6e26bf9f2a319367734d9bf78142bca149d06
parent65ad93a2691808a9f02d83cb5384a826fe8473ad (diff)
downloadd-feet-2af400ea2c11f8418865244283aaab8b145ea8b7.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.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 12bc801..7b21069 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,5 @@
include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
-stages:
-- test
-- review
variables:
BUNDLE: "dfeet-git.flatpak"
@@ -44,27 +41,3 @@ flatpak:
# are passed except the config-args because we build it ourselves
MESON_ARGS: |
-Dtests=true
-
-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
-
-stop_review:
- stage: review
- script:
- - echo "Stopping flatpak deployment"
- when: manual
- environment:
- name: review/$CI_COMMIT_REF_NAME
- action: stop