[nautilus/ci-clean-up-templates] CI: Clean up templates



commit 9d8f1a7bb82de8b22e5dd4cf650f862938e587f8
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Mon Oct 22 16:52:40 2018 +0000

    CI: Clean up templates

 .gitlab-ci.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 755cdb1a4..98540f6da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ stages:
       - cd _build
       - ninja test
 
-.flatpak_script_template: &flatpak_script
+.flatpak_template: &flatpak
     script:
         - flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
         # Make sure to keep this in sync with the Flatpak manifest, all arguments
@@ -34,8 +34,6 @@ stages:
                   dbus-run-session meson test -C _build
         # Generate a Flatpak bundle
         - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
-
-.flatpak_artifacts_template: &flatpak_artifacts
     artifacts:
         paths:
             - ${BUNDLE}
@@ -46,10 +44,6 @@ stages:
         when: always
         expire_in: 2 days
 
-.flatpak_template: &flatpak
-    <<: *flatpak_script
-    <<: *flatpak_artifacts
-
 .flatpak_gcovr_template: &flatpak_gcovr
     extends: .flatpak_template
     after_script:


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