summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 749151c..be2aff1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,9 +39,11 @@ flatpak-build:
REPO: "repo"
RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
+ before_script:
+ - dnf install -y moreutils
script:
- - flatpak-builder --repo ${REPO} app flatpak/${APP_ID}.yaml
- - flatpak build-bundle --runtime-repo=${RUNTIME_REPO} ${REPO} ${BUNDLE} ${APP_ID}
+ - flatpak-builder --repo ${REPO} app flatpak/${APP_ID}.yaml 2>&1 | ts
+ - flatpak build-bundle --runtime-repo=${RUNTIME_REPO} ${REPO} ${BUNDLE} ${APP_ID} | ts
artifacts:
paths: