[med-svn] [Git][med-team/mia][master] debian/gitlab-ci: silence build to not exceed log size

Gert Wollny gitlab at salsa.debian.org
Wed Feb 14 09:22:08 UTC 2018


Gert Wollny pushed to branch master at Debian Med / mia


Commits:
3aa1c69c by Gert Wollny at 2018-02-14T10:21:34+01:00
debian/gitlab-ci: silence build to not exceed log size

- - - - -


1 changed file:

- debian/.gitlab-ci.yml


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
--- a/debian/.gitlab-ci.yml
+++ b/debian/.gitlab-ci.yml
@@ -9,5 +9,6 @@ build:
   script:
     - git checkout pristine-tar 
     - git checkout master 
-    - gbp buildpackage -uc -us
+    - gbp buildpackage -uc -us 2>&1 | tee build.log 
+    - tail -n 100 build.log
 



View it on GitLab: https://salsa.debian.org/med-team/mia/commit/3aa1c69cacda0e718cdfddd6da47a8ef84d70d3d

---
View it on GitLab: https://salsa.debian.org/med-team/mia/commit/3aa1c69cacda0e718cdfddd6da47a8ef84d70d3d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180214/feec4362/attachment-0001.html>


More information about the debian-med-commit mailing list