diff options
author | Carlos Soriano <csoriano1618@gmail.com> | 2018-10-22 16:52:40 +0000 |
---|---|---|
committer | Carlos Soriano <csoriano1618@gmail.com> | 2018-10-22 16:52:40 +0000 |
commit | 9d8f1a7bb82de8b22e5dd4cf650f862938e587f8 (patch) | |
tree | ceb5ec7aff20a98f5e963a879afecf355f6a8166 /.gitlab-ci.yml | |
parent | 7d2c11890ad6bdd090eae1cf6a2b0efe4f516136 (diff) | |
download | nautilus-9d8f1a7bb82de8b22e5dd4cf650f862938e587f8.tar.gz |
CI: Clean up templates
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 1 insertions, 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: |