Gert Wollny pushed to branch master at Debian Med / dcmtk

Commits:
33a40fa4 by Gert Wollny at 2018-08-06T13:00:35Z
fail should also be reported

- - - - -


1 changed file:

- debian/.gitlab-ci.yml


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
--- a/debian/.gitlab-ci.yml
+++ b/debian/.gitlab-ci.yml
@@ -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
+    - gbp buildpackage -uc -us 2>&1 >../build.log && exit 0 || tail -n 100 
../build.log  && exit -1
 



View it on GitLab: 
https://salsa.debian.org/med-team/dcmtk/commit/33a40fa4dcb6981d1cdd529d1f0d1f970b627079

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/dcmtk/commit/33a40fa4dcb6981d1cdd529d1f0d1f970b627079
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to