Commit 490ad8ae authored by Gert Wollny's avatar Gert Wollny
Browse files

d/gitlab-ci: completely silence build

parent d622aecf
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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