[gnome-todo/gbsneto/animations: 1/7] ci: Cleanup YAML file




commit 0f4b361534e9d9e9385737e551cafa95d8a43cc5
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Aug 11 21:17:27 2020 -0300

    ci: Cleanup YAML file

 .gitlab-ci.yml | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 832f233..840b750 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,11 +2,9 @@ include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_
 
 variables:
   GIT_SUBMODULE_STRATEGY: normal
-  BUNDLE: "org.gnome.Todo.Devel.flatpak"
 
 stages:
    - flatpak
-   - review
    - deploy
 
 
@@ -21,22 +19,9 @@ flatpak:master:
     variables:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.Todo.json"
         RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
-        # Replace with your application name, as written in the manifest
         FLATPAK_MODULE: "gnome-todo"
-        # Make sure to keep this in sync with the Flatpak manifest, all arguments
-        # are passed except the config-args because we build it ourselves
-        MESON_ARGS: "-Dtracing=true -Dprofile=development"
         APP_ID: "org.gnome.Todo.Devel"
-
-review:
-    extends: .review
-    stage: review
-    dependencies:
-        - flatpak:master
-
-stop_review:
-    extends: .stop_review
-    stage: review
+        BUNDLE: "org.gnome.Todo.Devel.flatpak"
 
 flatpak:nightly:
     extends: .publish_nightly


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