Codebase list gdcm / b86f033
d/ci: don't silence build Gert Wollny 4 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
99 - git pull
1010 - git checkout master
1111 - git pull
12 # silence build to not exceed build log size of gitlab-ci
13 - gbp buildpackage -uc -us 2>&1 >../build.log && exit 0 || tail -n 100 ../build.log && exit -1
12 - gbp buildpackage -uc -us
1413