[gimp/wip/Jehan/debug-flatpak] No idea why the flatpak-builder.log file is not included in the artifacts.




commit a80e1095fceb5dab5fb8579220f5c707eab2e8d6
Author: Jehan <jehan girinstud io>
Date:   Sun Aug 22 12:24:34 2021 +0200

    No idea why the flatpak-builder.log file is not included in the artifacts.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eab62d4a09..e72f2aa417 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -608,7 +608,7 @@ flatpak:
     # > Job's log exceeded limit of 16777216 bytes.
     # > 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
+    - flatpak-builder --user --disable-rofiles-fuse flatpak_app --repo=repo 
${BRANCH:+--default-branch=$BRANCH} ${MANIFEST_PATH}
     # Generate a Flatpak bundle
     - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID} ${BRANCH}
     - tar cf repo.tar repo/


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