[med-svn] [Git][med-team/mia][master] d/gitlab-ci: completely silence build

Gert Wollny gitlab at salsa.debian.org
Wed Feb 14 09:48:32 UTC 2018


Gert Wollny pushed to branch master at Debian Med / mia


Commits:
490ad8ae by Gert Wollny at 2018-02-14T10:47:57+01:00
d/gitlab-ci: completely silence build

- - - - -


1 changed file:

- debian/.gitlab-ci.yml


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
--- a/debian/.gitlab-ci.yml
+++ b/debian/.gitlab-ci.yml
@@ -11,6 +11,7 @@ build:
     - git pull 
     - git checkout master 
     - git pull 
-    - gbp buildpackage -uc -us 2>&1 | tee build.log | grep '%'
+    # silence build to not exceed build log size of gitlab-ci
+    - gbp buildpackage -uc -us 2>&1 >/dev/null
     - tail -n 100 build.log
 



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

---
View it on GitLab: https://salsa.debian.org/med-team/mia/commit/490ad8aea13d1291063c4cf70b1ec7fb48cbc9a8
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/d21ff2ca/attachment-0001.html>


More information about the debian-med-commit mailing list