Loading debian/.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ build: - git pull - git checkout master - git pull - gbp buildpackage -uc -us 2>&1 | tee build.log | grep '%' # silence build to not exceed build log size of gitlab-ci - gbp buildpackage -uc -us 2>&1 >/dev/null - tail -n 100 build.log Loading
debian/.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ build: - git pull - git checkout master - git pull - gbp buildpackage -uc -us 2>&1 | tee build.log | grep '%' # silence build to not exceed build log size of gitlab-ci - gbp buildpackage -uc -us 2>&1 >/dev/null - tail -n 100 build.log