Loading debian/.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -11,6 +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 - tail -n 100 ../build.log - gbp buildpackage -uc -us 2>&1 >../build.log || tail -n 100 ../build.log Loading
debian/.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -11,6 +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 - tail -n 100 ../build.log - gbp buildpackage -uc -us 2>&1 >../build.log || tail -n 100 ../build.log