From 2af400ea2c11f8418865244283aaab8b145ea8b7 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 2 Aug 2020 16:33:24 +0000 Subject: 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 | 27 --------------------------- 1 file changed, 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 -- cgit v1.2.1