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

d/.gitlab-ci: Fix stupid error

parent 6848bb6f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,5 +11,5 @@ build:
    - git checkout master 
    - git pull 
    # silence build to not exceed build log size of gitlab-ci
    - gbp buildpackage -uc -us 2>&1 >../build.log; if [ $? == 1 ]; then tail -n 100 ../build.log; exit 1; done
    - gbp buildpackage -uc -us 2>&1 >../build.log; if [ $? == 1 ]; then tail -n 100 ../build.log; exit 1; fi