[polari] ci: Override flatpak artifacts
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] ci: Override flatpak artifacts
- Date: Sat, 9 Jul 2022 19:58:11 +0000 (UTC)
commit c4f1e37a811d7de07292417c4392ea85c585326f
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Jul 9 21:02:45 2022 +0200
ci: Override flatpak artifacts
Using variables in artifact paths broke for some reason, so the
artifacts defined by the template aren't actually exposed right
now.
Redefine the affected artifacts for now by substituting the
variables, so exposing the flatpak bundle works again.
Part-of: <https://gitlab.gnome.org/GNOME/polari/-/merge_requests/257>
.gitlab-ci.yml | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84226009..2b222234 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -152,6 +152,13 @@ js-check:
FLATPAK_MODULE: "polari"
APP_ID: "org.gnome.Polari"
extends: .flatpak
+ artifacts:
+ paths:
+ - polari-git.flatpak
+ - .flatpak-builder/build/polari/_flatpak_build/meson-logs/meson-log.txt
+ - .flatpak-builder/build/polari/_flatpak_build/meson-logs/testlog.txt
+ reports:
+ junit: .flatpak-builder/build/polari/_flatpak_build/meson-logs/testlog.junit.xml
flatpak:
variables:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]