Commit 3aa1c69c authored by Gert Wollny's avatar Gert Wollny
Browse files

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

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