[retro-gtk] ci: remove deprecated jobs



commit 577091b483dba96b226d594d1adb939da6317982
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Aug 2 16:41: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 | 34 ----------------------------------
 1 file changed, 34 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ccafeed4..645631b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,6 @@ stages:
   - lint
   - build
   - test
-  - review
   - publish
 
 api-visibility:
@@ -80,39 +79,6 @@ reference:
     paths:
       - _reference
 
-review:
-  stage: review
-  dependencies:
-    - flatpak:demo
-    - flatpak:tests
-  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
-  except:
-    - master@GNOME/retro-gtk
-    - gnome-3-.*
-    - tags
-
-stop_review:
-  stage: review
-  script:
-    - echo "Stopping flatpak deployment"
-  when: manual
-  environment:
-    name: review/$CI_COMMIT_REF_NAME
-    action: stop
-  except:
-    - master@GNOME/retro-gtk
-    - gnome-3-.*
-    - tags
-
 pages:
   stage: publish
   dependencies:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]