Commit 9b70d87a authored by Gert Wollny's avatar Gert Wollny
Browse files

d/ci: Update build script to show possible error

parent 81372011
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 ||  tail -n 100 ../build.log && exit 1
    - gbp buildpackage -uc -us 2>&1 >../build.log && exit 0 || tail -n 100 ../build.log  && exit -1
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ gdcm (3.0.3-1) UNRELEASED; urgency=medium
    upstream
  * ci: Get some log output on failure
  * d/rules: Fix cmake file patchup code (Thanks Mathieu)
  * Move to vtk7, Closes: #939670

  [Steffenn Möller] 
  * d/u/metadata: yamllint