[shotwell] ci: remove deprecated jobs



commit b5efe8b9234fa157cc6bb25ebe9e30c0b8df23fa
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Aug 2 16:25:24 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 | 33 ---------------------------------
 1 file changed, 33 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f95ddfd3..0ebc14869 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,5 @@
 stages:
 - test
-- review
 
 variables:
     BUNDLE: "org.gnome.Shotwell.Devel.flatpak"
@@ -48,35 +47,3 @@ flatpak:
         paths:
             - .flatpak-builder/downloads
             - .flatpak-builder/git
-
-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
-    except:
-        - master@GNOME/shotwell
-        - tags
-        - shotwell-.*
-
-stop_review:
-    stage: review
-    script:
-        - echo "Stopping flatpak deployment"
-    when: manual
-    environment:
-        name: review/$CI_COMMIT_REF_NAME
-        action: stop
-    except:
-        - master@GNOME/shotwell
-        - tags
-        - shotwell-.*


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