Commit 5ab54d8e authored by Gert Wollny's avatar Gert Wollny
Browse files

debian/gitlab-ci: silence build to not exceed log size

parent 3aa1c69c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ build:
  script:
    - git checkout pristine-tar 
    - git checkout master 
    - gbp buildpackage -uc -us 2>&1 | tee build.log 
    - gbp buildpackage -uc -us 2>&1 | tee build.log | grep '%'
    - tail -n 100 build.log