[gimp/wip/Jehan/fix-flatpak-log] Plop.



commit 5179202661cd87275e41f74ecdb26155186e8426
Author: Jehan <jehan girinstud io>
Date:   Sun Sep 5 16:06:34 2021 +0200

    Plop.

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b44764eea9..a2f380efc2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -609,9 +609,9 @@ flatpak:
     # > Job execution will continue but no more output will be collected.
     # To make debugging actually possible, let's save logs as a file.
     - flatpak-builder --user --disable-rofiles-fuse flatpak_app --repo=repo 
${BRANCH:+--default-branch=$BRANCH} ${MANIFEST_PATH}
-        > flatpak-builder.log 2>&1 || (err = $? && sync && exit $err)
+        > flatpak-builder.log 2>&1
     # Generate a Flatpak bundle
-    - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID} ${BRANCH} 2>&1 | tee 
flatpak-build-bundle.log
+    - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID} ${BRANCH}
     - tar cf repo.tar repo/
 
     # XXX This job is mostly the same as .flatpak job of
@@ -623,9 +623,9 @@ flatpak:
     # requires plug-ins to be built.
 
   artifacts:
+    when: always
     paths:
       - flatpak-builder.log
-      - flatpak-build-bundle.log
       # These are the same as flatpak_ci_initiative.yml as according to
       # docs, key values are not merged but replaced.
       - "${BUNDLE}"


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