Commit 499181e5 authored by Gert Wollny's avatar Gert Wollny
Browse files

d/gitlab-ci: Fix buildlog output

parent 490ad8ae
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,6 +12,6 @@ build:
    - git checkout master 
    - git pull 
    # silence build to not exceed build log size of gitlab-ci
    - gbp buildpackage -uc -us 2>&1 >/dev/null
    - tail -n 100 build.log
    - gbp buildpackage -uc -us 2>&1 >../build.log
    - tail -n 100 ../build.log